about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-07-24 11:49:22 +0000
committerbors <bors@rust-lang.org>2022-07-24 11:49:22 +0000
commit4a5b7e266a4b3c10b38fcb107e737fd5d7f510c1 (patch)
treeeb31952761828fd8a30759891964cecf0c59d188
parent580f642cfac7d7035c563a060265b3dbef092ada (diff)
parent663cddc2106abded203b09c868fc232e9e36b199 (diff)
downloadrust-4a5b7e266a4b3c10b38fcb107e737fd5d7f510c1.tar.gz
rust-4a5b7e266a4b3c10b38fcb107e737fd5d7f510c1.zip
Auto merge of #9235 - alex-semenyuk:fixing_guide_link, r=llogiq
Fix src link

changelog: none
-rw-r--r--book/src/development/infrastructure/book.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/development/infrastructure/book.md b/book/src/development/infrastructure/book.md
index b62314c6735..a4874219185 100644
--- a/book/src/development/infrastructure/book.md
+++ b/book/src/development/infrastructure/book.md
@@ -25,7 +25,7 @@ instructions for other options.
 ## Make changes
 
 The book's
-[src](https://github.com/joshrotenberg/rust-clippy/tree/clippy_guide/book/src)
+[src](https://github.com/rust-lang/rust-clippy/tree/master/book/src)
 directory contains all of the markdown files used to generate the book. If you
 want to see your changes in real time, you can use the mdbook `serve` command to
 run a web server locally that will automatically update changes as they are