From 27b3b19dcee5151ed8b599996fed8f75eb8c5939 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Wed, 30 Jun 2021 22:21:32 -0700 Subject: [PATCH] Links from rustc-dev-guide to std-dev-guide --- README.md | 3 +++ src/about-this-guide.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 99502bcc6..006ea3231 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ for the docs you're looking for instead of reading them top to bottom. [rustdocs]: https://doc.rust-lang.org/nightly/nightly-rustc +For documentation on developing the standard library, see +[`std-dev-guide`](https://std-dev-guide.rust-lang.org/). + ### Contributing to the guide The guide is useful today, but it has a lot of work still to go. diff --git a/src/about-this-guide.md b/src/about-this-guide.md index 0ba753a62..f25340178 100644 --- a/src/about-this-guide.md +++ b/src/about-this-guide.md @@ -60,8 +60,10 @@ You might also find the following sites useful: - [Forge] -- contains documentation about rust infrastructure, team procedures, and more - [compiler-team] -- the home-base for the rust compiler team, with description of the team procedures, active working groups, and the team calendar. +- [std-dev-guide] -- a similar guide for developing the standard library. [GitHub repository]: https://github.com/rust-lang/rustc-dev-guide/ [rustc API docs]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ [Forge]: https://forge.rust-lang.org/ [compiler-team]: https://github.com/rust-lang/compiler-team/ +[std-dev-guide]: https://std-dev-guide.rust-lang.org/