diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2016-04-12 23:57:42 +0000 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2016-04-12 23:57:42 +0000 |
commit | a0008f2720a1dc1d5ba79dcf2e27c041ed52fb52 (patch) | |
tree | 0740a5692ab7b5594c36b89abe1973ab7b7bf1e5 /doc | |
parent | 64d71b4dfc4513b70eac61cbb9bb718aee3f09e9 (diff) | |
download | gitlab-ce-a0008f2720a1dc1d5ba79dcf2e27c041ed52fb52.tar.gz |
improve formatting
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). |