diff options
author | Stan Hu <stanhu@gmail.com> | 2016-09-18 03:31:52 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-09-18 03:31:52 +0000 |
commit | ed52d82b6c600c7a344b6cca79ea646a564e4f06 (patch) | |
tree | eb6eccc0200aaac926b838ee9ecb7cda5d91c096 /doc | |
parent | b1436cccf1081bb5f0034e302b0fb9d0cdc8a443 (diff) | |
parent | 43e05fe99eedc58379aac170e8c6c7be6ced543c (diff) | |
download | gitlab-ce-ed52d82b6c600c7a344b6cca79ea646a564e4f06.tar.gz |
Merge branch 'patch-5' into 'master'
Formatting fix in doc/ci/examples/README.md
Just a tiny fix of wrongly formatted markdown link.
See merge request !6398
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/examples/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md index 406396deaaa..71670e6247c 100644 --- a/doc/ci/examples/README.md +++ b/doc/ci/examples/README.md @@ -16,4 +16,4 @@ Apart from those, here is an collection of tutorials and guides on setting up yo - [Repo's with examples for various languages](https://gitlab.com/groups/gitlab-examples) - [The .gitlab-ci.yml file for GitLab itself](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.gitlab-ci.yml) -[gitlab-ci-templates][https://gitlab.com/gitlab-org/gitlab-ci-yml] +[gitlab-ci-templates]: https://gitlab.com/gitlab-org/gitlab-ci-yml |