diff options
| author | Amos Wenger <fasterthanlime@users.noreply.github.com> | 2022-07-19 15:08:23 +0200 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2022-07-19 15:58:55 +0200 |
| commit | 8cf6d8019dc61578eb42facdf66755c66e44aa8e (patch) | |
| tree | b6eb2afe8d752d77601557d5b8dcdfdfce3f2d30 /src/doc/rustc-dev-guide | |
| parent | e860ca1d704a304c17712e951715d23cad6b0819 (diff) | |
| download | rust-8cf6d8019dc61578eb42facdf66755c66e44aa8e.tar.gz rust-8cf6d8019dc61578eb42facdf66755c66e44aa8e.zip | |
Link to rendered book directly
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md index e935a566aad..2a26932b5e4 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 |
