diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-09-30 13:23:06 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-09-30 13:23:06 +0000 |
commit | e7e78289dd1de9742104ef8f657f382d473e094b (patch) | |
tree | 8661cc9bbca3f58793667aa0dc625a5977ab8b41 /doc | |
parent | b9b38a6a0b72e0a50d8382c81296f53187e81c68 (diff) | |
parent | cf707081b01943382f53be9b82ac33349ddcf125 (diff) | |
download | gitlab-ce-e7e78289dd1de9742104ef8f657f382d473e094b.tar.gz |
Merge branch 'patch-6' into 'master'
Smaller formatting fix
See the contents, it's just a smaller fix in formatting. No detailed description needed - just keeping the docs clean
See merge request !6614
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/triggers/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/triggers/README.md b/doc/ci/triggers/README.md index b78422f6d0e..84048f1d25f 100644 --- a/doc/ci/triggers/README.md +++ b/doc/ci/triggers/README.md @@ -4,7 +4,7 @@ > **Note**: GitLab 8.12 has a completely redesigned build permissions system. -Read all about the [new model and its implications][../../user/project/new_ci_build_permissions_model.md#build-triggers]. +Read all about the [new model and its implications](../../user/project/new_ci_build_permissions_model.md#build-triggers). Triggers can be used to force a rebuild of a specific branch, tag or commit, with an API call. |