Commit 37d36af9 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Make sure Vale also tests for /ce/ URLs

The relative links Vale rule only accounted for ee/ URLs.
If a link pointed to ce/, Vale wouldn't catch the error.
parent a6dbbaaf
...@@ -10,4 +10,4 @@ link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#links ...@@ -10,4 +10,4 @@ link: https://docs.gitlab.com/ee/development/documentation/styleguide.html#links
level: error level: error
scope: raw scope: raw
raw: raw:
- '\[.+\]\(https?:\/\/docs\.gitlab\.com\/ee.*\)' - '\[.+\]\(https?:\/\/docs\.gitlab\.com\/[ce]e.*\)'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment