fix some linkrotted links

This commit is contained in:
Andy Wortman 2018-12-01 11:30:26 -08:00 committed by Who? Me?!
parent a3d667ee31
commit e3c1238b29
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ The guide can be useful today, but it has a lot of work still go.
If you'd like to help improve the guide, we'd love to have you! You can find
plenty of issues on the [issue
tracker](https://github.com/rust-lang-nursery/rustc-guide/issue). Just post a
tracker](https://github.com/rust-lang/rustc-guide/issue). Just post a
comment on the issue you would like to work on to make sure that we don't
accidentally duplicate work. If you think something is missing, please open an
issue about it!

View File

@ -11,4 +11,4 @@ be found at the [GitHub repository]. If you find any mistakes in the
guide, please file an issue about it, or even better, open a PR
with a correction!
[GitHub repository]: https://github.com/rust-lang-nursery/rustc-guide/
[GitHub repository]: https://github.com/rust-lang/rustc-guide/

View File

@ -81,7 +81,7 @@ suggestions pleasingly in the terminal, or (when the `--error-format json` flag
is passed) as JSON for consumption by tools, most notably the [Rust Language
Server][rls] and [`rustfix`][rustfix].
[rls]: https://github.com/rust-lang-nursery/rls
[rls]: https://github.com/rust-lang/rls
[rustfix]: https://github.com/rust-lang-nursery/rustfix
Not all suggestions should be applied mechanically. Use the