Skip to content

Commit a18f366

Browse files
iximeowmark-i-m
authored andcommitted
fix some linkrotted links
1 parent 344c4e4 commit a18f366

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The guide can be useful today, but it has a lot of work still go.
1515

1616
If you'd like to help improve the guide, we'd love to have you! You can find
1717
plenty of issues on the [issue
18-
tracker](https://github.com/rust-lang-nursery/rustc-guide/issue). Just post a
18+
tracker](https://github.com/rust-lang/rustc-guide/issue). Just post a
1919
comment on the issue you would like to work on to make sure that we don't
2020
accidentally duplicate work. If you think something is missing, please open an
2121
issue about it!

src/about-this-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ be found at the [GitHub repository]. If you find any mistakes in the
1111
guide, please file an issue about it, or even better, open a PR
1212
with a correction!
1313

14-
[GitHub repository]: https://github.com/rust-lang-nursery/rustc-guide/
14+
[GitHub repository]: https://github.com/rust-lang/rustc-guide/

src/diag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ suggestions pleasingly in the terminal, or (when the `--error-format json` flag
8181
is passed) as JSON for consumption by tools, most notably the [Rust Language
8282
Server][rls] and [`rustfix`][rustfix].
8383

84-
[rls]: https://github.com/rust-lang-nursery/rls
84+
[rls]: https://github.com/rust-lang/rls
8585
[rustfix]: https://github.com/rust-lang-nursery/rustfix
8686

8787
Not all suggestions should be applied mechanically. Use the

0 commit comments

Comments
 (0)