Skip to content

link std-dev-guide from landing page (#1699) #1783

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 29, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
move placement of std-dev-guide link (#1699)
  • Loading branch information
zahash committed Aug 29, 2023
commit 9adbb6009506fb83cbe04bd32ff84f8325a8188d
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