about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2019-07-12 11:58:41 +0900
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-07-17 10:40:33 -0500
commit2d2f8140b3d921feed97266e178e627c250462a0 (patch)
treec2f50268d69e354abb69b211e53d6ff78f7fa33d /src/doc/rustc-dev-guide
parente0964af5d5730c72b9608357d170521fd0f09012 (diff)
downloadrust-2d2f8140b3d921feed97266e178e627c250462a0.tar.gz
rust-2d2f8140b3d921feed97266e178e627c250462a0.zip
Move into rust-lang
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/README.md2
-rw-r--r--src/doc/rustc-dev-guide/src/traits/index.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/README.md b/src/doc/rustc-dev-guide/README.md
index e6230439e91..064f80c6e4d 100644
--- a/src/doc/rustc-dev-guide/README.md
+++ b/src/doc/rustc-dev-guide/README.md
@@ -3,7 +3,7 @@ works. The aim of the guide is to help new contributors get oriented
 to rustc, as well as to help more experienced folks in figuring out
 some new part of the compiler that they haven't worked on before.
 
-[You can read the latest version of the guide here.](https://rust-lang-nursery.github.io/rustc-guide/)
+[You can read the latest version of the guide here.](https://rust-lang.github.io/rustc-guide/)
 
 You may also find the rustdocs [for the compiler itself][rustdocs] useful.
 
diff --git a/src/doc/rustc-dev-guide/src/traits/index.md b/src/doc/rustc-dev-guide/src/traits/index.md
index 84f812394bf..5544ce513d0 100644
--- a/src/doc/rustc-dev-guide/src/traits/index.md
+++ b/src/doc/rustc-dev-guide/src/traits/index.md
@@ -59,6 +59,6 @@ and designs for the trait system. It primarily consists of two parts:
 implementing them in rustc. This mainly happens in
 [`librustc_traits`][librustc_traits].
 
-[chalk]: https://github.com/rust-lang-nursery/chalk
-[chalk_engine]: https://github.com/rust-lang-nursery/chalk/tree/master/chalk-engine
+[chalk]: https://github.com/rust-lang/chalk
+[chalk_engine]: https://github.com/rust-lang/chalk/tree/master/chalk-engine
 [librustc_traits]: https://github.com/rust-lang/rust/tree/master/src/librustc_traits