summaryrefslogtreecommitdiff
path: root/doc/ci/yaml
diff options
context:
space:
mode:
authorMarcel Amirault <ravlen@gmail.com>2019-03-25 04:56:57 +0000
committerEvan Read <eread@gitlab.com>2019-03-25 04:56:57 +0000
commitb41b03d47c529726501fb03181b9f065170945db (patch)
treef4d44a305fb9cdc32e821a82beed65df4bc3a00d /doc/ci/yaml
parent6c36fe9d294a7db57221766ff33374f38bbffadb (diff)
downloadgitlab-ce-b41b03d47c529726501fb03181b9f065170945db.tar.gz
Docs: Fix missed or newly added broken anchors
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 e1045864db7..9eb694a2c64 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -423,7 +423,7 @@ If you use multiple keys under `only` or `except`, they act as an AND. The logic
#### `only:refs`/`except:refs`
The `refs` strategy can take the same values as the
-[simplified only/except configuration](#only-and-except-simplified).
+[simplified only/except configuration](#onlyexcept-basic).
In the example below, the `deploy` job is going to be created only when the
pipeline has been [scheduled][schedules] or runs for the `master` branch: