about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorAndy Wortman <ixineeringeverywhere@gmail.com>2018-12-01 11:30:26 -0800
committerWho? Me?! <mark-i-m@users.noreply.github.com>2018-12-01 21:57:43 -0600
commit1d99fdb8ef8a4da833a0825bb6d76dae7d1671c0 (patch)
tree359737f87ca36246b65e89caa1d3ba2d0cf4b378 /src/doc/rustc-dev-guide
parent86bd005ff617d91cdfe320f204a5a306a8180034 (diff)
downloadrust-1d99fdb8ef8a4da833a0825bb6d76dae7d1671c0.tar.gz
rust-1d99fdb8ef8a4da833a0825bb6d76dae7d1671c0.zip
fix some linkrotted links
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/README.md2
-rw-r--r--src/doc/rustc-dev-guide/src/about-this-guide.md2
-rw-r--r--src/doc/rustc-dev-guide/src/diag.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/README.md b/src/doc/rustc-dev-guide/README.md
index 45c7503fec5..af23454ba4c 100644
--- a/src/doc/rustc-dev-guide/README.md
+++ b/src/doc/rustc-dev-guide/README.md
@@ -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!
diff --git a/src/doc/rustc-dev-guide/src/about-this-guide.md b/src/doc/rustc-dev-guide/src/about-this-guide.md
index 79106736ffd..56f0b7538a7 100644
--- a/src/doc/rustc-dev-guide/src/about-this-guide.md
+++ b/src/doc/rustc-dev-guide/src/about-this-guide.md
@@ -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/
diff --git a/src/doc/rustc-dev-guide/src/diag.md b/src/doc/rustc-dev-guide/src/diag.md
index 936420ab6ec..00bb23b4c94 100644
--- a/src/doc/rustc-dev-guide/src/diag.md
+++ b/src/doc/rustc-dev-guide/src/diag.md
@@ -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