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
parent54fd5e830a867bd20d263bce8b37385dd7bd7b6e (diff)
Rearrange GitLab basics READMEs
[ci skip]
-rw-r--r--doc/README.md2
-rw-r--r--doc/gitlab-basics/README.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.md b/doc/README.md
index 9017b143260..99fbfc3438d 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -7,7 +7,7 @@
- [CI/CD](ci/README.md) GitLab Continuous Integration (CI) and Continuous Delivery (CD) getting started, `.gitlab-ci.yml` options, and examples.
- [GitLab as OAuth2 authentication service provider](integration/oauth_provider.md). It allows you to login to other applications from GitLab.
- [Container Registry](user/project/container_registry.md) Learn how to use GitLab Container Registry.
-- [GitLab Basics](gitlab-basics/README.md) Find step by step how to start working on your commandline and on GitLab.
+- [GitLab basics](gitlab-basics/README.md) Find step by step how to start working on your commandline and on GitLab.
- [Importing to GitLab](workflow/importing/README.md).
- [Importing and exporting projects between instances](user/project/settings/import_export.md).
- [Markdown](user/markdown.md) GitLab's advanced formatting system.
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)