Skip to content

Commit

Permalink
Update submodule URL based on redirection. (pytorch#20973)
Browse files Browse the repository at this point in the history
Summary:
Changes:
  - protobuf has been moved to protocolbuffers/protobuf a while ago.
  - cpuinfo has been moved to pytorch/cpuinfo and updated in FBGEMM recently.
Pull Request resolved: pytorch#20973

Differential Revision: D15511926

Pulled By: soumith

fbshipit-source-id: 2c50373c9b245524f839bd1059870dd2b84e3b81
  • Loading branch information
xkszltl authored and facebook-github-bot committed May 27, 2019
1 parent bb89827 commit ecf0122
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,7 +21,7 @@
[submodule "third_party/protobuf"]
ignore = dirty
path = third_party/protobuf
url = https://github.com/google/protobuf.git
url = https://github.com/protocolbuffers/protobuf.git
[submodule "third_party/ios-cmake"]
ignore = dirty
path = third_party/ios-cmake
Expand Down Expand Up @@ -57,7 +57,7 @@
[submodule "third-party/cpuinfo"]
ignore = dirty
path = third_party/cpuinfo
url = https://github.com/Maratyszcza/cpuinfo.git
url = https://github.com/pytorch/cpuinfo.git
[submodule "third_party/python-enum"]
ignore = dirty
path = third_party/python-enum
Expand Down

0 comments on commit ecf0122

Please sign in to comment.