diff options
| author | Ben Reeves <benwolverine2019@gmail.com> | 2021-12-27 10:28:15 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-27 10:28:15 -0600 |
| commit | 25d51ec375a4e87a41e9ac1b78ad174ffd77bfd1 (patch) | |
| tree | e3dfbf05553678c3d960a29a7cf7abd1bef67d12 /src/doc/rustc-dev-guide | |
| parent | 5e01fd4f2e02590794c491eff94a93085c4f5840 (diff) | |
| download | rust-25d51ec375a4e87a41e9ac1b78ad174ffd77bfd1.tar.gz rust-25d51ec375a4e87a41e9ac1b78ad174ffd77bfd1.zip | |
Fix link in contributing.md (#1280)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/contributing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md index 9c22fab9a4f..8f6d1d6d8a2 100644 --- a/src/doc/rustc-dev-guide/src/contributing.md +++ b/src/doc/rustc-dev-guide/src/contributing.md @@ -397,9 +397,9 @@ in the same way as other pull requests. [`src/doc`]: https://github.com/rust-lang/rust/tree/master/src/doc [`lib.rs`]: https://github.com/rust-lang/rust/blob/master/library/std/src/lib.rs#L1 -To find documentation-related issues, sort by the [T-doc label][tdoc]. +To find documentation-related issues, sort by the [A-docs label][adocs]. -[tdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen%20is%3Aissue%20label%3AT-doc +[adocs]: https://github.com/rust-lang/rust/issues?q=is%3Aopen%20is%3Aissue%20label%3AA-docs You can find documentation style guidelines in [RFC 1574][rfc1574]. |
