about summary refs log tree commit diff
path: root/src/librustc_infer/lib.rs
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2020-03-09 18:33:04 -0300
committerSantiago Pastorino <spastorino@gmail.com>2020-03-10 17:08:18 -0300
commitb3b32b74bcc767aae694c473e87d10cee9d0aff3 (patch)
treeed66bfdbf63ae61c172be9a7486ff8ca66d4fb12 /src/librustc_infer/lib.rs
parentd00b2696d874ca245e36766b8a1f6f2eb7f30cb1 (diff)
downloadrust-b3b32b74bcc767aae694c473e87d10cee9d0aff3.tar.gz
rust-b3b32b74bcc767aae694c473e87d10cee9d0aff3.zip
rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org
Diffstat (limited to 'src/librustc_infer/lib.rs')
-rw-r--r--src/librustc_infer/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_infer/lib.rs b/src/librustc_infer/lib.rs
index 373b1f79419..49e99b574b8 100644
--- a/src/librustc_infer/lib.rs
+++ b/src/librustc_infer/lib.rs
@@ -7,7 +7,7 @@
 //!
 //! For more information about how rustc works, see the [rustc dev guide].
 //!
-//! [rustc dev guide]: https://rust-lang.github.io/rustc-dev-guide/
+//! [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/
 //!
 //! # Note
 //!