diff options
| author | NODA, Kai <nodakai@gmail.com> | 2017-03-14 20:52:01 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-14 20:52:01 +0800 |
| commit | 0671cc10f03c1c487b33abe89ae2c1db2271f520 (patch) | |
| tree | 810819992dfdc754abd9c7ae69db3540877bee6b | |
| parent | fa53235cc4364fe085ccba720237d19b669c2f8b (diff) | |
| download | rust-0671cc10f03c1c487b33abe89ae2c1db2271f520.tar.gz rust-0671cc10f03c1c487b33abe89ae2c1db2271f520.zip | |
.gitmodules: use official URLs w/o redirect
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 9bc2a6a70eb..a7063bbddc5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,10 +20,10 @@ url = https://github.com/rust-lang/libc.git [submodule "src/doc/nomicon"] path = src/doc/nomicon - url = https://github.com/rust-lang-nursery/nomicon + url = https://github.com/rust-lang-nursery/nomicon.git [submodule "src/tools/cargo"] path = cargo - url = https://github.com/rust-lang/cargo + url = https://github.com/rust-lang/cargo.git [submodule "reference"] path = src/doc/reference url = https://github.com/rust-lang-nursery/reference.git |
