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
33to rustc, as well as to help more experienced folks in figuring out
44some 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
88You may also find the rustdocs [ for the compiler itself] [ rustdocs ] useful.
99
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:
5959implementing 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
You can’t perform that action at this time.
0 commit comments