about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-07-03 13:10:07 +0000
committerbors <bors@rust-lang.org>2022-07-03 13:10:07 +0000
commitb8bdbb7a00346f8d78019e77402003f46af0eb55 (patch)
treefa8e731b0927048deaff8713d10f10f18d043594
parent8c341d66a1203d58e53fad206a131357550b2d7b (diff)
parent815a3ccd793d8aaf58517e91e89468a7f32d011c (diff)
downloadrust-b8bdbb7a00346f8d78019e77402003f46af0eb55.tar.gz
rust-b8bdbb7a00346f8d78019e77402003f46af0eb55.zip
Auto merge of #9106 - usefulmove:master, r=flip1995
corrected README.md book link

This change corrects the book link on the Clippy Book README.md.

changelog: none
-rw-r--r--book/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/README.md b/book/README.md
index b652194d0d1..6d67f80ff25 100644
--- a/book/README.md
+++ b/book/README.md
@@ -1,4 +1,4 @@
 # Clippy Book
 
 This is the source for the Clippy Book. See the
-[book](src/infrastructure/book.md) for more information.
+[book](src/development/infrastructure/book.md) for more information.