Skip to content

Commit 9b45acc

Browse files
JohnTitormark-i-m
authored andcommitted
Move into rust-lang
1 parent f3c3807 commit 9b45acc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ works. The aim of the guide is to help new contributors get oriented
33
to rustc, as well as to help more experienced folks in figuring out
44
some new part of the compiler that they haven't worked on before.
55

6-
[You can read the latest version of the guide here.](https://rust-lang-nursery.github.io/rustc-guide/)
6+
[You can read the latest version of the guide here.](https://rust-lang.github.io/rustc-guide/)
77

88
You may also find the rustdocs [for the compiler itself][rustdocs] useful.
99

src/traits/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ and designs for the trait system. It primarily consists of two parts:
5959
implementing them in rustc. This mainly happens in
6060
[`librustc_traits`][librustc_traits].
6161

62-
[chalk]: https://github.com/rust-lang-nursery/chalk
63-
[chalk_engine]: https://github.com/rust-lang-nursery/chalk/tree/master/chalk-engine
62+
[chalk]: https://github.com/rust-lang/chalk
63+
[chalk_engine]: https://github.com/rust-lang/chalk/tree/master/chalk-engine
6464
[librustc_traits]: https://github.com/rust-lang/rust/tree/master/src/librustc_traits

0 commit comments

Comments
 (0)