From cf260bc90f2c2df8cc974fced7336129478fd4ef Mon Sep 17 00:00:00 2001 From: blyxyas Date: Thu, 6 Apr 2023 21:50:49 +0200 Subject: [PATCH] Fix broken links for Rust merge --- book/src/development/adding_lints.md | 2 +- 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 3f4088e74..9dacaaaae 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 32084a919..372a23320 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