Skip to content

Commit

Permalink
Always name git submodules by their paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyb committed Dec 28, 2017
1 parent e687205 commit 9863d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
[submodule "src/tools/cargo"]
path = src/tools/cargo
url = https://github.com/rust-lang/cargo.git
[submodule "reference"]
[submodule "src/doc/reference"]
path = src/doc/reference
url = https://github.com/rust-lang-nursery/reference.git
[submodule "book"]
[submodule "src/doc/book"]
path = src/doc/book
url = https://github.com/rust-lang/book.git
[submodule "src/tools/rls"]
Expand Down

0 comments on commit 9863d35

Please sign in to comment.