File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,20 @@ team: the rustc learning working group <https://www.rust-lang.org/governance/tea
8
8
9
9
You may or may not be aware of two similarly named resources:
10
10
- [ The rustc book] ( https://doc.rust-lang.org/rustc/index.html )
11
- - [ The rustc-guide] ( https://rust-lang.github.io/ rustc-dev-guide/ )
11
+ - [ The rustc-guide] ( https://rustc-dev-guide.rust-lang.org / )
12
12
13
13
What's the difference? The "rustc book" is intended as a guide for _ users_ of the
14
14
compiler. The "rustc-guide" is intended as a guide for _ developers_ of the
15
15
compiler. However, the names have always been confusingly similar.
16
16
17
17
** For that reason, we have decided to rename the ` rustc-guide ` to
18
- ` rustc-dev-guide ` .**
18
+ ` rustc-dev-guide ` . You can now find it at [ https://rustc-dev-guide.rust-lang.org/ ] [ guide ] .**
19
+
20
+ [ guide ] : https://rustc-dev-guide.rust-lang.org/
19
21
20
22
We have put significant work into finding and updating links around the
21
23
` rust-lang/* ` repos. We have also put up a website in place of the former
22
- ` rustc-guide ` website that points to the book and rustc-dev-guide .
24
+ ` rustc-guide ` website that redirects to the new one .
23
25
24
26
To update your git clone of the (former) ` rustc-guide ` repo, you can do the following:
25
27
You can’t perform that action at this time.
0 commit comments