diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-03-17 08:49:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-17 08:49:04 -0400 |
| commit | 1909b62e79aaa70a1b40ffe48bdd7f779a3777a7 (patch) | |
| tree | dd7ab653cf942fd1ebf2fd9fd77f6dfb7fadf837 | |
| parent | f47a377c6ebf9aafb079f9d33771a70995d5a551 (diff) | |
| parent | 0671cc10f03c1c487b33abe89ae2c1db2271f520 (diff) | |
| download | rust-1909b62e79aaa70a1b40ffe48bdd7f779a3777a7.tar.gz rust-1909b62e79aaa70a1b40ffe48bdd7f779a3777a7.zip | |
Rollup merge of #40512 - nodakai:patch-1, r=alexcrichton
.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 |
