diff options
author | Elan Ruusamäe <glen@delfi.ee> | 2017-11-19 11:25:28 +0000 |
---|---|---|
committer | Elan Ruusamäe <glen@delfi.ee> | 2017-11-19 11:25:28 +0000 |
commit | e0bb6985d12ce7dd10e1e7d9de0b77e1c756f57b (patch) | |
tree | ae490c4f87ead7428e0836cb37515cdb75448130 /doc | |
parent | 6675bab59944bf075579bfb84cb1dd26cada39e9 (diff) | |
download | gitlab-ce-e0bb6985d12ce7dd10e1e7d9de0b77e1c756f57b.tar.gz |
schedules.md: fix only-and-except anchor link
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/pipelines/schedules.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/pipelines/schedules.md b/doc/user/project/pipelines/schedules.md index 9ad15a12c3c..eac706be3a7 100644 --- a/doc/user/project/pipelines/schedules.md +++ b/doc/user/project/pipelines/schedules.md @@ -44,7 +44,7 @@ GitLab CI so that they can be used in your `.gitlab-ci.yml` file. To configure that a job can be executed only when the pipeline has been scheduled (or the opposite), you can use -[only and except](../../../ci/yaml/README.md#only-and-except) configuration keywords. +[only and except](../../../ci/yaml/README.md#only-and-except-simplified) configuration keywords. ``` job:on-schedule: |