Skip to content

Commit

Permalink
removed two links to yaml spec as the site is down and it is breaking…
Browse files Browse the repository at this point in the history
… our preview builds in the marketing site
  • Loading branch information
HCloward committed Mar 15, 2024
1 parent cbbea93 commit a484c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/configurable-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit a484c00

Please sign in to comment.