Fix broken links for Rust merge
This commit is contained in:
parent
de5c6d6b1e
commit
cf260bc90f
|
@ -24,7 +24,7 @@ because that's clearly a non-descriptive name.
|
|||
- [Lint passes](#lint-passes)
|
||||
- [Emitting a lint](#emitting-a-lint)
|
||||
- [Adding the lint logic](#adding-the-lint-logic)
|
||||
- [Specifying the lint's minimum supported Rust version (MSRV)](#specifying-the-lints-minimum-supported-rust-version--msrv-)
|
||||
- [Specifying the lint's minimum supported Rust version (MSRV)](#specifying-the-lints-minimum-supported-rust-version-msrv)
|
||||
- [Author lint](#author-lint)
|
||||
- [Print HIR lint](#print-hir-lint)
|
||||
- [Documentation](#documentation)
|
||||
|
|
|
@ -148,4 +148,4 @@ clippy-driver --edition 2018 -Cpanic=abort foo.rs
|
|||
> that are not optimized as expected, for example.
|
||||
|
||||
[Installation]: installation.md
|
||||
[CI]: continuous_integration/index.md
|
||||
[CI]: continuous_integration/README.md
|
||||
|
|
Loading…
Reference in New Issue