diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-30 03:29:45 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-30 03:29:45 +0000 |
commit | 03b152c5b9b24077f3c0b261052c93949127160f (patch) | |
tree | 768113a2eed019063b43d8c3b5cac6b81c954702 /doc/ci/caching | |
parent | bfdb41be61a268d52250ded1cc9d1eb15ce3a33a (diff) | |
download | gitlab-ce-03b152c5b9b24077f3c0b261052c93949127160f.tar.gz |
Fix broken markdown in various docs
Diffstat (limited to 'doc/ci/caching')
-rw-r--r-- | doc/ci/caching/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/caching/index.md b/doc/ci/caching/index.md index a59a0477b80..ab9fa517e23 100644 --- a/doc/ci/caching/index.md +++ b/doc/ci/caching/index.md @@ -175,7 +175,7 @@ job: ### Inherit global config, but override specific settings per job You can override cache settings without overwriting the global cache by using -[anchors](../yaml/README.md#anchors). For example, if you want to override the +[anchors](../yaml/README.md#anchors). For example, if you want to override the `policy` for one job: ```yaml |