Skip to content

Commit a3e4b45

Browse files
committed
avoid repeating the target
1 parent c08ed26 commit a3e4b45

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 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,7 +29,7 @@ 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

3434
There are some benifits 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/).
@@ -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)