Skip to content

Commit 256aa42

Browse files
committed
fix links
1 parent fa1d56b commit 256aa42

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/contributing.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -374,11 +374,14 @@ You can also use `rustdoc` directly to check small fixes. For example,
374374
`rustdoc src/doc/reference.md` will render reference to `doc/reference.html`.
375375
The CSS might be messed up, but you can verify that the HTML is right.
376376

377-
Additionally, contributions to the [rustc-dev-guide] are always welcome. Contributions
378-
can be made directly at [the
379-
rust-lang/rustc-dev-guide](https://github.com/rust-lang/rustc-dev-guide) repo. The issue
380-
tracker in that repo is also a great way to find things that need doing. There
381-
are issues for beginners and advanced compiler devs alike!
377+
Additionally, contributions to the [rustc-dev-guide][rdg] are always welcome.
378+
Contributions can be made directly at [the rust-lang/rustc-dev-guide
379+
repo][rdgrepo]. The issue tracker in that repo is also a great way to find
380+
things that need doing. There are issues for beginners and advanced compiler
381+
devs alike!
382+
383+
[rdg]: https://rustc-dev-guide.rust-lang.org/
384+
[rdgrepo]: https://github.com/rust-lang/rustc-dev-guide
382385

383386
## Issue Triage
384387

0 commit comments

Comments
 (0)