fix some linkrotted links
This commit is contained in:
parent
a3d667ee31
commit
e3c1238b29
|
|
@ -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!
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue