Skip to content

Commit 36f6652

Browse files
committed
Fix more nursery links in CONTRIBUTING.md
1 parent 4867a8c commit 36f6652

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CONTRIBUTING.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ it can be found [here][rctd].
161161

162162
Currently building Rust will also build the following external projects:
163163

164-
* [clippy](https://github.com/rust-lang-nursery/rust-clippy)
164+
* [clippy](https://github.com/rust-lang/rust-clippy)
165165
* [miri](https://github.com/rust-lang/miri)
166-
* [rustfmt](https://github.com/rust-lang-nursery/rustfmt)
167-
* [rls](https://github.com/rust-lang-nursery/rls/)
166+
* [rustfmt](https://github.com/rust-lang/rustfmt)
167+
* [rls](https://github.com/rust-lang/rls/)
168168

169169
We allow breakage of these tools in the nightly channel. Maintainers of these
170170
projects will be notified of the breakages and should fix them as soon as
@@ -191,9 +191,9 @@ before the PR is merged.
191191

192192
Rust's build system builds a number of tools that make use of the
193193
internals of the compiler. This includes
194-
[Clippy](https://github.com/rust-lang-nursery/rust-clippy),
195-
[RLS](https://github.com/rust-lang-nursery/rls) and
196-
[rustfmt](https://github.com/rust-lang-nursery/rustfmt). If these tools
194+
[Clippy](https://github.com/rust-lang/rust-clippy),
195+
[RLS](https://github.com/rust-lang/rls) and
196+
[rustfmt](https://github.com/rust-lang/rustfmt). If these tools
197197
break because of your changes, you may run into a sort of "chicken and egg"
198198
problem. These tools rely on the latest compiler to be built so you can't update
199199
them to reflect your changes to the compiler until those changes are merged into
@@ -253,10 +253,10 @@ to complete a few more steps which are outlined with their rationale below.
253253

254254
*(This error may change in the future to include more information.)*
255255
```
256-
error: failed to resolve patches for `https://github.com/rust-lang-nursery/rustfmt`
256+
error: failed to resolve patches for `https://github.com/rust-lang/rustfmt`
257257
258258
Caused by:
259-
patch for `rustfmt-nightly` in `https://github.com/rust-lang-nursery/rustfmt` did not resolve to any crates
259+
patch for `rustfmt-nightly` in `https://github.com/rust-lang/rustfmt` did not resolve to any crates
260260
failed to run: ~/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo build --manifest-path ~/rust/src/bootstrap/Cargo.toml
261261
```
262262

0 commit comments

Comments
 (0)