Skip to content

Commit 3b0add4

Browse files
author
lukaramu
authored
Update CONTRIBUTING.md
Changed link to documentation issues from A-docs to T-doc as this has just been migrated. Added a link to the documentation style guidelines.
1 parent f2036c7 commit 3b0add4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,11 @@ To save @bors some work, and to get small changes through more quickly, when
311311
the other rollup-eligible patches too, and they'll get tested and merged at
312312
the same time.
313313

314-
To find documentation-related issues, sort by the [A-docs label][adocs].
314+
To find documentation-related issues, sort by the [T-doc label][tdoc].
315+
You can find documentation style guidelines in [RFC 1574][rfc1574].
315316

316-
[adocs]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-docs
317+
[tdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen%20is%3Aissue%20label%3AT-doc
318+
[rfc1574]: https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md#appendix-a-full-conventions-text
317319

318320
In many cases, you don't need a full `./x.py doc`. You can use `rustdoc` directly
319321
to check small fixes. For example, `rustdoc src/doc/reference.md` will render

0 commit comments

Comments
 (0)