From 8cf6d8019dc61578eb42facdf66755c66e44aa8e Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Tue, 19 Jul 2022 15:08:23 +0200 Subject: [PATCH] Link to rendered book directly Co-authored-by: Yuki Okushi --- src/doc/rustc-dev-guide/src/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md index e935a566aadc..2a26932b5e47 100644 --- a/src/doc/rustc-dev-guide/src/contributing.md +++ b/src/doc/rustc-dev-guide/src/contributing.md @@ -227,7 +227,7 @@ Luckily you can just abort this without any consequences by throwing away either in rustc or the pushed branch on the remote and try again. It is usually fairly obvious that this is happening because you suddenly get thousands of commits that want to be synchronized. -[clippy-sync-docs]: https://github.com/rust-lang/rust-clippy/blob/master/book/src/development/infrastructure/sync.md +[clippy-sync-docs]: https://doc.rust-lang.org/nightly/clippy/development/infrastructure/sync.html #### Creating a new subtree dependency