File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ works. The aim of the guide is to help new contributors get oriented
3
3
to rustc, as well as to help more experienced folks in figuring out
4
4
some new part of the compiler that they haven't worked on before.
5
5
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/ )
7
7
8
8
You may also find the rustdocs [ for the compiler itself] [ rustdocs ] useful.
9
9
Original file line number Diff line number Diff line change @@ -59,6 +59,6 @@ and designs for the trait system. It primarily consists of two parts:
59
59
implementing them in rustc. This mainly happens in
60
60
[ ` librustc_traits ` ] [ librustc_traits ] .
61
61
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
64
64
[ librustc_traits ] : https://github.com/rust-lang/rust/tree/master/src/librustc_traits
You can’t perform that action at this time.
0 commit comments