Skip to content

Commit bb63b59

Browse files
committed
Clippy book: hotfix for broken link
1 parent fffef0f commit bb63b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/clippy/book/src/development/lint_passes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ questions already, but the parser is okay with it. This is what we
5050
mean when we say `EarlyLintPass` deals with only syntax on the AST level.
5151

5252
Alternatively, think of the `foo_functions` lint we mentioned in
53-
[define new lints](define_lints.md#name-the-lint) chapter.
53+
define new lints chapter.
5454

5555
We want the `foo_functions` lint to detect functions with `foo` as their name.
5656
Writing a lint that only checks for the name of a function means that we only

0 commit comments

Comments
 (0)