Skip to content

Commit

Permalink
move placement of std-dev-guide link (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
zahash authored and tshepang committed Aug 29, 2023
1 parent 6ec5335 commit 1f77525
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ compiler. You can see a list of diagnostic issues [here][diagnostic-issues].

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

### Contributing to std (standard library)

See [std-dev-guide](https://std-dev-guide.rust-lang.org/).

### Contributing code to other Rust projects

There are a bunch of other projects that you can contribute to outside of the
Expand Down Expand Up @@ -171,10 +175,6 @@ 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.
Expand Down

0 comments on commit 1f77525

Please sign in to comment.