diff --git a/.markdownlint.yml b/.markdownlint.yml index f1022e9b6..a3524d917 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -11,7 +11,6 @@ "MD026": false # Trailing punctuation in header "MD036": false # Emphasis instead of header "MD046": false # Code block style. Doesn't like MkDocs admonitions or content tabs -"MD051": false # Link fragments should be valid. Reports false negatives when using custom anchor for subsections. "MD052": false # defined ref links. Doesn't like mkdocs-autorefs "MD024": diff --git a/docs/hooks.md b/docs/hooks.md index b5091053a..7592503c9 100644 --- a/docs/hooks.md +++ b/docs/hooks.md @@ -125,9 +125,9 @@ those functions. Do take into account the following: -* [Hook arguments](#hooks-arguments) -* [Return value of hooks](#hooks-return-value) -* [Parse hook specifics](#parse-hook-specifics) +* [Hook arguments][hooks-arguments] +* [Return value of hooks][hooks-return-value] +* [Parse hook specifics][parse-hook-specifics] ### Hook arguments {: #hooks-arguments }