about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorJoshua Nelson <github@jyn.dev>2023-04-08 22:38:27 -0500
committerTshepang Mbambo <tshepang@gmail.com>2023-04-09 22:38:15 +0200
commitdd6b64dcd262d432382fe36fb5a8165821d6691e (patch)
treed37d3c19be53fc2320e919ccd8c638957322ca3b /src/doc/rustc-dev-guide
parentbb9851f5d869d791817caf01714c7881f0245b9d (diff)
downloadrust-dd6b64dcd262d432382fe36fb5a8165821d6691e.tar.gz
rust-dd6b64dcd262d432382fe36fb5a8165821d6691e.zip
Link to governance page
It has links to the specific channel/stream for each team.
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/getting-started.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/getting-started.md b/src/doc/rustc-dev-guide/src/getting-started.md
index e5be518d7e6..d5c948994f8 100644
--- a/src/doc/rustc-dev-guide/src/getting-started.md
+++ b/src/doc/rustc-dev-guide/src/getting-started.md
@@ -24,8 +24,10 @@ chapter on how to build and run the compiler](./building/how-to-build-and-run.md
 If you have questions, please make a post on the [Rust Zulip server][rust-zulip] or
 [internals.rust-lang.org][internals]. If you are contributing to Rustup, be aware they are not on
 Zulip - you can ask questions in `#wg-rustup` [on Discord][rust-discord].
-See [the Community page][community] on the official website for more resources.
+See the [list of teams and working groups][governance] and [the Community page][community] on the
+official website for more resources.
 
+[governance]: https://www.rust-lang.org/governance
 [community]: https://www.rust-lang.org/community
 
 As a reminder, all contributors are expected to follow our [Code of Conduct][coc].