about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authormark <markm@cs.wisc.edu>2020-06-05 11:28:36 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-06-18 12:16:00 -0500
commit7ae1067f695eee2ba644f65b9bd3b648a43c6813 (patch)
tree37da4f074f3d356ca3578b246d377bdda2c02bb0 /src/doc/rustc-dev-guide
parent20b62e9c51cda2364c63f5e0e0b9d8dae2341b25 (diff)
downloadrust-7ae1067f695eee2ba644f65b9bd3b648a43c6813.tar.gz
rust-7ae1067f695eee2ba644f65b9bd3b648a43c6813.zip
add forge
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/getting-started.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/getting-started.md b/src/doc/rustc-dev-guide/src/getting-started.md
index 21f52ca9c0d..dfc0a843c28 100644
--- a/src/doc/rustc-dev-guide/src/getting-started.md
+++ b/src/doc/rustc-dev-guide/src/getting-started.md
@@ -401,5 +401,6 @@ master.
 - This guide: talks about how `rustc` works
 - [The t-compiler zulip][z]
 - [The compiler's documentation (rustdocs)](https://doc.rust-lang.org/nightly/nightly-rustc/)
+- [The Forge](https://forge.rust-lang.org/) has more documentation about various procedures.
 
 TODO: am I missing any?