Skip to content

Commit 398cf57

Browse files
authored
[Docs] Fix typo in Vale rule (cloudflare#19344)
1 parent 20267cb commit 398cf57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/styles/cloudflare/LinkChecks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# For a list of all options, see https://vale.sh/docs/topics/styles/
77
extends: existence
8-
message: "**Warning**: When referring to another page in our docs, use the full relative link (`/1.1.1.1/check/`) instead of the full URL (`https://developers.cloudflare.com/1.1.1.1/check/`) or a local development link (`http://localhost:111/1.1.1.1/check/`)."
8+
message: "**Warning**: When referring to another page in our docs, use the full relative link (`/1.1.1.1/check/`) instead of the full URL (`https://developers.cloudflare.com/1.1.1.1/check/`) or a local development link (`http://localhost:1111/1.1.1.1/check/`)."
99
level: warning
1010
ignorecase: true
1111
scope: raw

0 commit comments

Comments
 (0)