about summary refs log tree commit diff
diff options
context:
space:
mode:
authorblyxyas <blyxyas@gmail.com>2023-04-06 21:50:49 +0200
committerblyxyas <blyxyas@gmail.com>2023-04-06 22:02:23 +0200
commitcf260bc90f2c2df8cc974fced7336129478fd4ef (patch)
tree48e375178460d522144461999ed126ef4a6b166a
parentde5c6d6b1ed50246cf3d5c93b8d6e0b467dfbddf (diff)
downloadrust-cf260bc90f2c2df8cc974fced7336129478fd4ef.tar.gz
rust-cf260bc90f2c2df8cc974fced7336129478fd4ef.zip
Fix broken links for Rust merge
-rw-r--r--book/src/development/adding_lints.md2
-rw-r--r--book/src/usage.md2
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