about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorzahash <zahash.z@gmail.com>2023-08-29 08:41:13 +0530
committerTshepang Mbambo <tshepang@gmail.com>2023-08-29 10:45:38 +0200
commit3ac2b388e47ef5c1e5b212ac5bcf5dd6fe44df7f (patch)
treea0ac985735c505b6c883a8ce015fd66938d63ea1 /src/doc/rustc-dev-guide
parent14926d31225153d4a2d13fc058a995463e5ed443 (diff)
downloadrust-3ac2b388e47ef5c1e5b212ac5bcf5dd6fe44df7f.tar.gz
rust-3ac2b388e47ef5c1e5b212ac5bcf5dd6fe44df7f.zip
link std-dev-guide from landing page (#1699)
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/getting-started.md4
1 files changed, 4 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 80c3d3793a0..ad62427b2ff 100644
--- a/src/doc/rustc-dev-guide/src/getting-started.md
+++ b/src/doc/rustc-dev-guide/src/getting-started.md
@@ -171,6 +171,10 @@ incredibly helpful:
 
 See ["How to build and run the compiler"](./building/how-to-build-and-run.md).
 
+## How do i contribute to std?
+
+See [std-dev-guide](https://std-dev-guide.rust-lang.org/).
+
 ## Contributor Procedures
 
 This section has moved to the ["Contribution Procedures"](./contributing.md) chapter.