Skip to content

Commit

Permalink
fixed broken anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
driehle authored Nov 29, 2021
1 parent 20ccfe4 commit 15b181d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/standard-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This filter will return `null` if the value being filtered is not present the
filter's allowed list of values. If the value is present, it will return that
value.

For the opposite functionality see the [DenyList](#denyList) filter.
For the opposite functionality see the [DenyList](#denylist) filter.

### Supported Options

Expand Down Expand Up @@ -720,7 +720,7 @@ Previously known as `Blacklist`.
This filter will return `null` if the value being filtered is present in the filter's list of
values. If the value is not present, it will return that value.

For the opposite functionality, see the [`AllowList` filter](#allowList).
For the opposite functionality, see the [`AllowList` filter](#allowlist).

### Supported Options

Expand Down

0 comments on commit 15b181d

Please sign in to comment.