Skip to content

Commit 8477986

Browse files
authored
Links from rustc-dev-guide to std-dev-guide (rust-lang#1152)
1 parent c319110 commit 8477986

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

+3
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

+2
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)