Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-10-11 12:30:35 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-10-11 12:30:35 +0300
commit777ca780275d7177dffa7d95e1e863192537da68 (patch)
treeec027525420219a91e90ce7ae255d75f0b70667a /doc/gitlab-basics
parent54fd5e830a867bd20d263bce8b37385dd7bd7b6e (diff)
Rearrange GitLab basics READMEs
[ci skip]
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r--doc/gitlab-basics/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gitlab-basics/README.md b/doc/gitlab-basics/README.md
index 38843f36b2e..746ccb89705 100644
--- a/doc/gitlab-basics/README.md
+++ b/doc/gitlab-basics/README.md
@@ -11,5 +11,5 @@ Step-by-step guides on the basics of working with Git and GitLab.
- [Fork a project](fork-project.md)
- [Add a file](add-file.md)
- [Add an image](add-image.md)
-- [Create a Merge Request](add-merge-request.md)
-- [Create an Issue](create-issue.md)
+- [Create an issue](create-issue.md)
+- [Create a merge request](add-merge-request.md)