From 44187c1c87a550ba83fbe688ff99241567437d10 Mon Sep 17 00:00:00 2001 From: zahash Date: Tue, 29 Aug 2023 08:41:13 +0530 Subject: [PATCH] link std-dev-guide from landing page (#1699) --- src/getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/getting-started.md b/src/getting-started.md index 80c3d379..ad62427b 100644 --- a/src/getting-started.md +++ b/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.