Skip to content

Commit c51c160

Browse files
mark-i-msteveklabnik
authored andcommitted
update link
1 parent 3a30bc7 commit c51c160

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

posts/inside-rust/2020-03-09-rename-rustc-guide.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,20 @@ team: the rustc learning working group <https://www.rust-lang.org/governance/tea
88

99
You may or may not be aware of two similarly named resources:
1010
- [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/)
1212

1313
What's the difference? The "rustc book" is intended as a guide for _users_ of the
1414
compiler. The "rustc-guide" is intended as a guide for _developers_ of the
1515
compiler. However, the names have always been confusingly similar.
1616

1717
**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/
1921

2022
We have put significant work into finding and updating links around the
2123
`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.
2325

2426
To update your git clone of the (former) `rustc-guide` repo, you can do the following:
2527

0 commit comments

Comments
 (0)