Skip to content

Commit 8477986

Browse files
authoredJul 1, 2021
Links from rustc-dev-guide to std-dev-guide (#1152)
1 parent c319110 commit 8477986

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ for the docs you're looking for instead of reading them top to bottom.
1414

1515
[rustdocs]: https://doc.rust-lang.org/nightly/nightly-rustc
1616

17+
For documentation on developing the standard library, see
18+
[`std-dev-guide`](https://std-dev-guide.rust-lang.org/).
19+
1720
### Contributing to the guide
1821

1922
The guide is useful today, but it has a lot of work still to go.

‎src/about-this-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ You might also find the following sites useful:
6060
- [Forge] -- contains documentation about rust infrastructure, team procedures, and more
6161
- [compiler-team] -- the home-base for the rust compiler team, with description
6262
of the team procedures, active working groups, and the team calendar.
63+
- [std-dev-guide] -- a similar guide for developing the standard library.
6364

6465
[GitHub repository]: https://github.com/rust-lang/rustc-dev-guide/
6566
[rustc API docs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/
6667
[Forge]: https://forge.rust-lang.org/
6768
[compiler-team]: https://github.com/rust-lang/compiler-team/
69+
[std-dev-guide]: https://std-dev-guide.rust-lang.org/

0 commit comments

Comments
 (0)
Please sign in to comment.