|
1 | 1 | # rustc-dev-guide
|
2 | 2 |
|
3 | 3 | The rustc-dev-guide working group is responsible for maintaining the rustc-dev-guide (located at
|
4 |
| -[rust-lang/rustc-dev-guide](https://github.com/rust-lang/rustc-dev-guide)). This includes things such |
| 4 | +[rust-lang/rustc-dev-guide]). This includes things such |
5 | 5 | as:
|
6 | 6 | - Performing subtree syncs between the main rust repo and the rustc-dev-guide repo
|
7 | 7 | - Triaging the state of the guide to look for out of date information or missing information
|
@@ -29,9 +29,9 @@ compiler [review policy](../compiler/reviews.md).
|
29 | 29 | ## Where to contribute `rustc-dev-guide` changes
|
30 | 30 |
|
31 | 31 | If your change **only involves the documentation content of rustc-dev-guide** and **does not accompany `rust-lang/rust` code changes**,
|
32 |
| -please submit your changes and PRs directly to the [rust-lang/rustc-dev-guide](https://github.com/rust-lang/rustc-dev-guide) repository. |
| 32 | +please submit your changes and PRs directly to the [rust-lang/rustc-dev-guide] repository. |
33 | 33 |
|
34 |
| -There are some benifits following this rule: |
| 34 | +There are some benefits following this rule: |
35 | 35 | - Changes to `rustc-dev-guide` repo can be immediately reflected in [the live rustc-dev-guide](https://rustc-dev-guide.rust-lang.org/).
|
36 | 36 | - Changes to `rustc-dev-guide` repo do not need to go through bors CI in `rust-lang/rust`.
|
37 | 37 | - Less burden on bors queue in `rust-lang/rust`.
|
@@ -66,3 +66,4 @@ guide, then the subtree sync can be delayed until there are actual changes to sy
|
66 | 66 | [rust-lang/rust#141962]: https://github.com/rust-lang/rust/pull/141962
|
67 | 67 | [rustc-dev-guide#2451]: https://github.com/rust-lang/rustc-dev-guide/pull/2451
|
68 | 68 | [subtree_coordination]: https://rust-lang.zulipchat.com/#narrow/channel/196385-t-compiler.2Frustc-dev-guide/topic/Subtree.20sync.20automation/with/522133712
|
| 69 | +[rust-lang/rustc-dev-guide]: https://github.com/rust-lang/rustc-dev-guide |
0 commit comments