Skip to content

Commit 35df792

Browse files
authored
Merge pull request #910 from tshepang/reuse
do not dupe link target
2 parents c08ed26 + aa741dd commit 35df792

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/wg-rustc-dev-guide/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# rustc-dev-guide
22

33
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
55
as:
66
- Performing subtree syncs between the main rust repo and the rustc-dev-guide repo
77
- 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).
2929
## Where to contribute `rustc-dev-guide` changes
3030

3131
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.
3333

34-
There are some benifits following this rule:
34+
There are some benefits following this rule:
3535
- Changes to `rustc-dev-guide` repo can be immediately reflected in [the live rustc-dev-guide](https://rustc-dev-guide.rust-lang.org/).
3636
- Changes to `rustc-dev-guide` repo do not need to go through bors CI in `rust-lang/rust`.
3737
- 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
6666
[rust-lang/rust#141962]: https://github.com/rust-lang/rust/pull/141962
6767
[rustc-dev-guide#2451]: https://github.com/rust-lang/rustc-dev-guide/pull/2451
6868
[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

Comments
 (0)