Skip to content

Commit

Permalink
fixing internal links
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj committed Sep 1, 2023
1 parent ce34bff commit d6c6bc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down
6 changes: 3 additions & 3 deletions docs/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit d6c6bc4

Please sign in to comment.