diff options
| author | bors <bors@rust-lang.org> | 2023-04-07 11:51:08 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-04-07 11:51:08 +0000 |
| commit | 592ea3954d52be8a31249a1e945f77b412645560 (patch) | |
| tree | 180037649c81df0883b66e0916b994f8f86d87ca | |
| parent | 4a2cb5a7b82b4eb9a25fb0c9c1eb48e6bb1167b3 (diff) | |
| parent | cf260bc90f2c2df8cc974fced7336129478fd4ef (diff) | |
| download | rust-592ea3954d52be8a31249a1e945f77b412645560.tar.gz rust-592ea3954d52be8a31249a1e945f77b412645560.zip | |
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`
| -rw-r--r-- | book/src/development/adding_lints.md | 2 | ||||
| -rw-r--r-- | book/src/usage.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/book/src/development/adding_lints.md b/book/src/development/adding_lints.md index 3f4088e74ea..9dacaaaae5c 100644 --- a/book/src/development/adding_lints.md +++ b/book/src/development/adding_lints.md @@ -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) diff --git a/book/src/usage.md b/book/src/usage.md index 32084a9199b..372a23320d8 100644 --- a/book/src/usage.md +++ b/book/src/usage.md @@ -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 |
