diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-11 11:30:35 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-11 11:30:35 +0200 |
commit | 777ca780275d7177dffa7d95e1e863192537da68 (patch) | |
tree | ec027525420219a91e90ce7ae255d75f0b70667a /doc/gitlab-basics | |
parent | 54fd5e830a867bd20d263bce8b37385dd7bd7b6e (diff) | |
download | gitlab-ce-777ca780275d7177dffa7d95e1e863192537da68.tar.gz |
Rearrange GitLab basics READMEs
[ci skip]
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r-- | doc/gitlab-basics/README.md | 4 |
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) |