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/README.md | |
parent | 54fd5e830a867bd20d263bce8b37385dd7bd7b6e (diff) | |
download | gitlab-ce-777ca780275d7177dffa7d95e1e863192537da68.tar.gz |
Rearrange GitLab basics READMEs
[ci skip]
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 2 |
1 files changed, 1 insertions, 1 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. |