diff --git a/docs/rules/configurable-rules.md b/docs/rules/configurable-rules.md index 5606a8afb..bbd7115ba 100644 --- a/docs/rules/configurable-rules.md +++ b/docs/rules/configurable-rules.md @@ -495,7 +495,7 @@ rules: Take care using `notPattern` with multiline Markdown values such as `description` fields. These may end with a newline or a space rather than the character you expect. -Use the [double-quoted style](https://yaml.org/spec/1.2.2/#731-double-quoted-style) or take account of this in your pattern. +Use the double-quoted style or take account of this in your pattern. ### `pattern` example @@ -513,7 +513,7 @@ rules: Take care using `pattern` with multiline Markdown values such as `description` fields. These may end with a newline or a space rather than the character you expect. -Use the [double-quoted style](https://yaml.org/spec/1.2.2/#731-double-quoted-style) or take account of this in your pattern. +Use the double-quoted style or take account of this in your pattern. ### `ref` example