fix links

This commit is contained in:
mark 2020-06-23 12:59:05 -05:00 committed by Who? Me?!
parent dbaa12ec12
commit e82626f802
1 changed files with 8 additions and 5 deletions

View File

@ -374,11 +374,14 @@ You can also use `rustdoc` directly to check small fixes. For example,
`rustdoc src/doc/reference.md` will render reference to `doc/reference.html`. `rustdoc src/doc/reference.md` will render reference to `doc/reference.html`.
The CSS might be messed up, but you can verify that the HTML is right. The CSS might be messed up, but you can verify that the HTML is right.
Additionally, contributions to the [rustc-dev-guide] are always welcome. Contributions Additionally, contributions to the [rustc-dev-guide][rdg] are always welcome.
can be made directly at [the Contributions can be made directly at [the rust-lang/rustc-dev-guide
rust-lang/rustc-dev-guide](https://github.com/rust-lang/rustc-dev-guide) repo. The issue repo][rdgrepo]. The issue tracker in that repo is also a great way to find
tracker in that repo is also a great way to find things that need doing. There things that need doing. There are issues for beginners and advanced compiler
are issues for beginners and advanced compiler devs alike! devs alike!
[rdg]: https://rustc-dev-guide.rust-lang.org/
[rdgrepo]: https://github.com/rust-lang/rustc-dev-guide
## Issue Triage ## Issue Triage