summaryrefslogtreecommitdiff
path: root/doc/ci/yaml
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-09-11 11:13:26 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-11 11:13:26 +0000
commit71cc59e5bcedaa6ffff17c1f335ecb5ec57956eb (patch)
tree689287d36de2e6cf4a6e42c2b875c2e5122e45fb /doc/ci/yaml
parent2cb7463a3f4d60bd95c0ee9a362fb184e377c03d (diff)
downloadgitlab-ce-71cc59e5bcedaa6ffff17c1f335ecb5ec57956eb.tar.gz
Change links to relative
Make several links, mostly in admin troubleshooting, relative, as is the standard
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 8aae0e85c89..61012d8653a 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -2089,7 +2089,7 @@ staging:
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23464) in GitLab 12.3.
`interruptible` is used to indicate that a job should be canceled if made redundant by a newer run of the same job. Defaults to `true`.
-This value will only be used if the [automatic cancellation of redundant pipelines feature](https://docs.gitlab.com/ee/user/project/pipelines/settings.html#auto-cancel-pending-pipelines)
+This value will only be used if the [automatic cancellation of redundant pipelines feature](../../user/project/pipelines/settings.md#auto-cancel-pending-pipelines)
is enabled.
When enabled, a pipeline on the same branch will be canceled when: