Skip to content

Commit 9863d35

Browse files
committed
Always name git submodules by their paths.
1 parent e687205 commit 9863d35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
[submodule "src/tools/cargo"]
2222
path = src/tools/cargo
2323
url = https://github.com/rust-lang/cargo.git
24-
[submodule "reference"]
24+
[submodule "src/doc/reference"]
2525
path = src/doc/reference
2626
url = https://github.com/rust-lang-nursery/reference.git
27-
[submodule "book"]
27+
[submodule "src/doc/book"]
2828
path = src/doc/book
2929
url = https://github.com/rust-lang/book.git
3030
[submodule "src/tools/rls"]

0 commit comments

Comments
 (0)