Skip to content

Commit 9adbb60

Browse files
committed
move placement of std-dev-guide link (rust-lang#1699)
1 parent 32f5d9b commit 9adbb60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/getting-started.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ compiler. You can see a list of diagnostic issues [here][diagnostic-issues].
123123

124124
[diagnostic-issues]: https://github.com/rust-lang/rust/issues?q=is%3Aissue+is%3Aopen+label%3AA-diagnostics+no%3Aassignee
125125

126+
### Contributing to std (standard library)
127+
128+
See [std-dev-guide](https://std-dev-guide.rust-lang.org/).
129+
126130
### Contributing code to other Rust projects
127131

128132
There are a bunch of other projects that you can contribute to outside of the
@@ -171,10 +175,6 @@ incredibly helpful:
171175

172176
See ["How to build and run the compiler"](./building/how-to-build-and-run.md).
173177

174-
## How do i contribute to std?
175-
176-
See [std-dev-guide](https://std-dev-guide.rust-lang.org/).
177-
178178
## Contributor Procedures
179179

180180
This section has moved to the ["Contribution Procedures"](./contributing.md) chapter.

0 commit comments

Comments
 (0)