Skip to content

Commit 592ea39

Browse files
committed
Auto merge of #10604 - blyxyas:fix-book_broken_links, r=flip1995
(Small) Fix broken links for Rust merge rust-lang/rust#110003's CI is [currently broken](https://github.com/rust-lang/rust/actions/runs/4628510374/jobs/8187672234?pr=110003) because of broken links. This PR fixes that. It was tested against `lintcheck` and found another broken link in `usage.md` (apart from CI's broken links) changelog:Fix broken links in the book Sorry for putting more work on you, but you're the one doing the Rust PR r? `@flip1995`
2 parents 4a2cb5a + cf260bc commit 592ea39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/src/development/adding_lints.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ because that's clearly a non-descriptive name.
2424
- [Lint passes](#lint-passes)
2525
- [Emitting a lint](#emitting-a-lint)
2626
- [Adding the lint logic](#adding-the-lint-logic)
27-
- [Specifying the lint's minimum supported Rust version (MSRV)](#specifying-the-lints-minimum-supported-rust-version--msrv-)
27+
- [Specifying the lint's minimum supported Rust version (MSRV)](#specifying-the-lints-minimum-supported-rust-version-msrv)
2828
- [Author lint](#author-lint)
2929
- [Print HIR lint](#print-hir-lint)
3030
- [Documentation](#documentation)

book/src/usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ clippy-driver --edition 2018 -Cpanic=abort foo.rs
148148
> that are not optimized as expected, for example.
149149
150150
[Installation]: installation.md
151-
[CI]: continuous_integration/index.md
151+
[CI]: continuous_integration/README.md

0 commit comments

Comments
 (0)