Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-09-30 16:23:06 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-09-30 16:23:06 +0300
commite7e78289dd1de9742104ef8f657f382d473e094b (patch)
tree8661cc9bbca3f58793667aa0dc625a5977ab8b41 /doc
parentb9b38a6a0b72e0a50d8382c81296f53187e81c68 (diff)
parentcf707081b01943382f53be9b82ac33349ddcf125 (diff)
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.md2
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.