diff options
author | Evan Read <eread@gitlab.com> | 2018-11-19 06:39:14 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-11-19 06:39:14 +0000 |
commit | 98d5a929bf6d4d7bb7d727efe19b547232ddd194 (patch) | |
tree | 90b4b659a596e6cd9916892ae2e83f9dc5fdd5fa /doc/ci | |
parent | e20ceb56dea2b48c3b419d99417be367abe38742 (diff) | |
parent | 827435f0a594e57047da44ce48fb75ec8633d59e (diff) | |
download | gitlab-ce-98d5a929bf6d4d7bb7d727efe19b547232ddd194.tar.gz |
Merge branch 'patch-31' into 'master'
Fix broken link for Manual actions to "when:manual" section
See merge request gitlab-org/gitlab-ce!23160
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/pipelines.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/pipelines.md b/doc/ci/pipelines.md index 371703a12c8..c628895ee1a 100644 --- a/doc/ci/pipelines.md +++ b/doc/ci/pipelines.md @@ -294,7 +294,7 @@ runners will not use regular runners, they must be tagged accordingly. [jobs]: #jobs [jobs-yaml]: yaml/README.md#jobs -[manual]: yaml/README.md#manual +[manual]: yaml/README.md#whenmanual [env-manual]: environments.md#manually-deploying-to-environments [stages]: yaml/README.md#stages [runners]: runners/README.html |