summaryrefslogtreecommitdiff
path: root/doc/.linting/vale/styles/gitlab/RelativeLinks.yml
blob: 95bd60dd6e45721b2dbdb1a90593bc5e4596ea01 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
# Checks for the presence of absolute hyperlinks that should be relative.
#
# For a list of all options, see https://errata-ai.github.io/vale/styles/
extends: existence
message: Link %s must be relative.
link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#links-to-internal-documentation
level: error
scope: raw
raw:
  - '\[.+\]\(https?:\/\/docs\.gitlab\.com\/ee.*\)'