diff options
| author | Tyler Mandry <tmandry@gmail.com> | 2019-11-01 11:20:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-01 11:20:20 -0700 |
| commit | 9bf161384097aca7bfe8c106f167df28092b34b4 (patch) | |
| tree | 2f6f48b8c35ff29f304991c225ba772658206d10 | |
| parent | 723f0ef51889a3e3ae6903d5dd364808d3d5126c (diff) | |
| parent | 732842fbfe1c2168139cebaacfe4195c54355832 (diff) | |
| download | rust-9bf161384097aca7bfe8c106f167df28092b34b4.tar.gz rust-9bf161384097aca7bfe8c106f167df28092b34b4.zip | |
Rollup merge of #65963 - steveklabnik:update-submodules, r=Centril
update submodules to rust-lang These are the repositories I've moved from rust-lang-nursery to rust-lang, so we should update the submodules too. I have not tested that this builds at all, so please make sure CI is green!
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 1dcf9ed319f..31db0772cfb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,13 +3,13 @@ url = https://github.com/rust-lang/rust-installer.git [submodule "src/doc/nomicon"] path = src/doc/nomicon - url = https://github.com/rust-lang-nursery/nomicon.git + url = https://github.com/rust-lang/nomicon.git [submodule "src/tools/cargo"] path = src/tools/cargo url = https://github.com/rust-lang/cargo.git [submodule "src/doc/reference"] path = src/doc/reference - url = https://github.com/rust-lang-nursery/reference.git + url = https://github.com/rust-lang/reference.git [submodule "src/doc/book"] path = src/doc/book url = https://github.com/rust-lang/book.git @@ -36,7 +36,7 @@ url = https://github.com/rust-lang/rustc-guide.git [submodule "src/doc/edition-guide"] path = src/doc/edition-guide - url = https://github.com/rust-lang-nursery/edition-guide.git + url = https://github.com/rust-lang/edition-guide.git [submodule "src/llvm-project"] path = src/llvm-project url = https://github.com/rust-lang/llvm-project.git |
