diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-22 11:49:26 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-22 11:49:26 +0200 |
commit | e8585d29ef7e3695809458eca711375c01d1a1d5 (patch) | |
tree | c7ee25520da52f15686090bb4af8287bb5ee6a50 | |
parent | 72517915f8cca9980128901fe7a64f757f230fe4 (diff) | |
download | gitlab-ce-e8585d29ef7e3695809458eca711375c01d1a1d5.tar.gz |
Change titles to be more descriptive
-rw-r--r-- | doc/intro/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/intro/README.md b/doc/intro/README.md index 663b326a03b..8f9f31600ad 100644 --- a/doc/intro/README.md +++ b/doc/intro/README.md @@ -9,7 +9,7 @@ Create projects and groups. ## Prioritize -Create issues, labels, milestones, cast your vote and review issues. +Create issues, labels, milestones, cast your vote, and review issues. - [Create a new issue](../gitlab-basics/create-issue.md) - [Assign labels to issues](../workflow/labels.md) @@ -30,7 +30,7 @@ Create merge requests, diffs, commits, and review code. Use the built-in continuous integration in GitLab. -- [GitLab CI quick start guide](../ci/quick_start/README.md) +- [Get started with GitLab CI](../ci/quick_start/README.md) ## Install and Update @@ -38,4 +38,4 @@ Install and update your GitLab installation. - [Install GitLab](https://about.gitlab.com/installation/) - [Update GitLab](https://about.gitlab.com/update/) -- [GitLab Omnibus configuration options](http://doc.gitlab.com/omnibus/settings/configuration.html) +- [Explore Omnibus GitLab configuration options](http://doc.gitlab.com/omnibus/settings/configuration.html) |