diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2016-04-13 10:25:58 +0000 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-04-13 10:25:58 +0000 |
commit | 94c8fbc9fc7588596ecc6395a50f41e9d6d1a557 (patch) | |
tree | 1a0b2ce0f5bf25cec5287947554932d137199f26 /doc | |
parent | bbf49ffca1c1be65567afa76961d176e57d40150 (diff) | |
parent | a0008f2720a1dc1d5ba79dcf2e27c041ed52fb52 (diff) | |
download | gitlab-ce-94c8fbc9fc7588596ecc6395a50f41e9d6d1a557.tar.gz |
Merge branch 'patch-2' into 'master'
improve formatting
See merge request !3688
Diffstat (limited to 'doc')
-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 724c7cca0f1..d2660930653 100644 --- a/doc/README.md +++ b/doc/README.md @@ -3,7 +3,7 @@ ## User documentation - [API](api/README.md) Automate GitLab via a simple and powerful API. -- [CI](ci/README.md) GitLab Continuous Integration (CI) getting started, .gitlab-ci.yml options, and examples. +- [CI](ci/README.md) GitLab Continuous Integration (CI) 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. - [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). |