@@ -161,10 +161,10 @@ it can be found [here][rctd].
161161
162162Currently building Rust will also build the following external projects:
163163
164- * [ clippy] ( https://github.com/rust-lang-nursery /rust-clippy )
165- * [ miri] ( https://github.com/solson /miri )
166- * [ rustfmt] ( https://github.com/rust-lang-nursery /rustfmt )
167- * [ rls] ( https://github.com/rust-lang-nursery /rls/ )
164+ * [ clippy] ( https://github.com/rust-lang/rust-clippy )
165+ * [ miri] ( https://github.com/rust-lang /miri )
166+ * [ rustfmt] ( https://github.com/rust-lang/rustfmt )
167+ * [ rls] ( https://github.com/rust-lang/rls/ )
168168
169169We allow breakage of these tools in the nightly channel. Maintainers of these
170170projects will be notified of the breakages and should fix them as soon as
@@ -191,9 +191,9 @@ before the PR is merged.
191191
192192Rust's build system builds a number of tools that make use of the
193193internals 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
197197break because of your changes, you may run into a sort of "chicken and egg"
198198problem. These tools rely on the latest compiler to be built so you can't update
199199them 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
258258Caused 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
260260failed 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