about summary refs log tree commit diff
diff options
context:
space:
mode:
authoralexey semenyuk <alexsemenyuk88@gmail.com>2022-07-24 11:22:50 +0300
committerGitHub <noreply@github.com>2022-07-24 11:22:50 +0300
commit663cddc2106abded203b09c868fc232e9e36b199 (patch)
treeeb31952761828fd8a30759891964cecf0c59d188
parent580f642cfac7d7035c563a060265b3dbef092ada (diff)
downloadrust-663cddc2106abded203b09c868fc232e9e36b199.tar.gz
rust-663cddc2106abded203b09c868fc232e9e36b199.zip
Fix src link
-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