diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2020-03-09 18:33:04 -0300 | 
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2020-03-10 17:08:18 -0300 | 
| commit | b3b32b74bcc767aae694c473e87d10cee9d0aff3 (patch) | |
| tree | ed66bfdbf63ae61c172be9a7486ff8ca66d4fb12 /src/librustc/lib.rs | |
| parent | d00b2696d874ca245e36766b8a1f6f2eb7f30cb1 (diff) | |
| download | rust-b3b32b74bcc767aae694c473e87d10cee9d0aff3.tar.gz rust-b3b32b74bcc767aae694c473e87d10cee9d0aff3.zip | |
rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org
Diffstat (limited to 'src/librustc/lib.rs')
| -rw-r--r-- | src/librustc/lib.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/librustc/lib.rs b/src/librustc/lib.rs index 2621a5444d6..24237235e0c 100644 --- a/src/librustc/lib.rs +++ b/src/librustc/lib.rs @@ -16,7 +16,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 //! | 
