about summary refs log tree commit diff
diff options
context:
space:
mode:
-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