diff options
| author | NODA, Kai <nodakai@gmail.com> | 2017-04-06 21:48:56 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-06 21:48:56 +0800 |
| commit | 1f93a78cdc388835bb2575c5432950294ad5809c (patch) | |
| tree | d6f2ddb6407a0eaeced9d60eeef71fdf69d02983 | |
| parent | 9e84bf8096b71a731a65045120b65db72df24137 (diff) | |
.gitmodules: use the official Git URL w/o redirect
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 53d17874924..3533f0df5d1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,4 +25,4 @@ url = https://github.com/rust-lang-nursery/reference.git [submodule "book"] path = src/doc/book - url = https://github.com/rust-lang/book + url = https://github.com/rust-lang/book.git |
