|
1 | 1 | [submodule "src/doc/nomicon"]
|
2 | 2 | path = src/doc/nomicon
|
3 |
| - url = https://github.com/rust-lang/nomicon.git |
| 3 | + url = https://github.com/crablang/nomicon.git |
| 4 | + branch = master |
4 | 5 | [submodule "src/tools/cargo"]
|
5 | 6 | path = src/tools/cargo
|
6 | 7 | url = https://github.com/crablang/crabgo.git
|
| 8 | + branch = master |
7 | 9 | [submodule "src/doc/reference"]
|
8 | 10 | path = src/doc/reference
|
9 |
| - url = https://github.com/rust-lang/reference.git |
| 11 | + url = https://github.com/crablang/reference.git |
| 12 | + branch = master |
10 | 13 | [submodule "src/doc/book"]
|
11 | 14 | path = src/doc/book
|
12 |
| - url = https://github.com/rust-lang/book.git |
| 15 | + url = https://github.com/crablang/book.git |
| 16 | + branch = master |
13 | 17 | [submodule "src/doc/rust-by-example"]
|
14 | 18 | path = src/doc/rust-by-example
|
15 |
| - url = https://github.com/rust-lang/rust-by-example.git |
| 19 | + url = https://github.com/crablang/crab-by-example.git |
| 20 | + branch = master |
16 | 21 | [submodule "library/stdarch"]
|
17 | 22 | path = library/stdarch
|
18 |
| - url = https://github.com/rust-lang/stdarch.git |
| 23 | + url = https://github.com/crablang/stdarch.git |
| 24 | + branch = master |
19 | 25 | [submodule "src/doc/rustc-dev-guide"]
|
20 | 26 | path = src/doc/rustc-dev-guide
|
21 |
| - url = https://github.com/rust-lang/rustc-dev-guide.git |
| 27 | + url = https://github.com/crablang/crabc-dev-guide.git |
| 28 | + branch = master |
22 | 29 | [submodule "src/doc/edition-guide"]
|
23 | 30 | path = src/doc/edition-guide
|
24 |
| - url = https://github.com/rust-lang/edition-guide.git |
| 31 | + url = https://github.com/crablang/edition-guide.git |
| 32 | + branch = master |
25 | 33 | [submodule "src/llvm-project"]
|
26 | 34 | path = src/llvm-project
|
27 | 35 | url = https://github.com/rust-lang/llvm-project.git
|
28 | 36 | branch = rustc/16.0-2023-06-05
|
29 | 37 | [submodule "src/doc/embedded-book"]
|
30 | 38 | path = src/doc/embedded-book
|
31 |
| - url = https://github.com/rust-embedded/book.git |
| 39 | + url = https://github.com/crablang/embedded-book.git |
| 40 | + branch = master |
32 | 41 | [submodule "library/backtrace"]
|
33 | 42 | path = library/backtrace
|
34 |
| - url = https://github.com/rust-lang/backtrace-rs.git |
| 43 | + url = https://github.com/crablang/backtrace.git |
| 44 | + branch = master |
0 commit comments