Skip to content

Commit 79a079e

Browse files
committed
Changing from ssh to https
1 parent 2fd338e commit 79a079e

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.gitmodules

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
[submodule "Chapter2"]
22
path = Chapter2
3-
url = git@github.com:essentialsofparallelcomputing/Chapter2.git
3+
url = https://github.com/essentialsofparallelcomputing/Chapter2.git
44
[submodule "Chapter3"]
55
path = Chapter3
6-
url = git@github.com:essentialsofparallelcomputing/Chapter3.git
6+
url = https://github.com/essentialsofparallelcomputing/Chapter3.git
77
[submodule "Chapter4"]
88
path = Chapter4
9-
url = git@github.com:essentialsofparallelcomputing/Chapter4.git
9+
url = https://github.com/essentialsofparallelcomputing/Chapter4.git
1010
[submodule "Chapter5"]
1111
path = Chapter5
12-
url = git@github.com:essentialsofparallelcomputing/Chapter5.git
12+
url = https://github.com/essentialsofparallelcomputing/Chapter5.git
1313
[submodule "Chapter6"]
1414
path = Chapter6
15-
url = git@github.com:essentialsofparallelcomputing/Chapter6.git
15+
url = https://github.com/essentialsofparallelcomputing/Chapter6.git
1616
[submodule "Chapter7"]
1717
path = Chapter7
18-
url = git@github.com:essentialsofparallelcomputing/Chapter7.git
18+
url = https://github.com/essentialsofparallelcomputing/Chapter7.git
1919
[submodule "Chapter8"]
2020
path = Chapter8
21-
url = git@github.com:essentialsofparallelcomputing/Chapter8.git
21+
url = https://github.com/essentialsofparallelcomputing/Chapter8.git
2222
[submodule "Chapter9"]
2323
path = Chapter9
24-
url = git@github.com:essentialsofparallelcomputing/Chapter9.git
24+
url = https://github.com/essentialsofparallelcomputing/Chapter9.git
2525
[submodule "Chapter10"]
2626
path = Chapter10
27-
url = git@github.com:essentialsofparallelcomputing/Chapter10.git
27+
url = https://github.com/essentialsofparallelcomputing/Chapter10.git
2828
[submodule "Chapter11"]
2929
path = Chapter11
30-
url = git@github.com:essentialsofparallelcomputing/Chapter11.git
30+
url = https://github.com/essentialsofparallelcomputing/Chapter11.git
3131
[submodule "Chapter12"]
3232
path = Chapter12
33-
url = git@github.com:essentialsofparallelcomputing/Chapter12.git
33+
url = https://github.com/essentialsofparallelcomputing/Chapter12.git
3434
[submodule "Chapter13"]
3535
path = Chapter13
36-
url = git@github.com:essentialsofparallelcomputing/Chapter13.git
36+
url = https://github.com/essentialsofparallelcomputing/Chapter13.git
3737
[submodule "Chapter14"]
3838
path = Chapter14
39-
url = git@github.com:essentialsofparallelcomputing/Chapter14.git
39+
url = https://github.com/essentialsofparallelcomputing/Chapter14.git
4040
[submodule "Chapter15"]
4141
path = Chapter15
42-
url = git@github.com:essentialsofparallelcomputing/Chapter15.git
42+
url = https://github.com/essentialsofparallelcomputing/Chapter15.git
4343
[submodule "Chapter16"]
4444
path = Chapter16
45-
url = git@github.com:essentialsofparallelcomputing/Chapter16.git
45+
url = https://github.com/essentialsofparallelcomputing/Chapter16.git
4646
[submodule "Chapter17"]
4747
path = Chapter17
48-
url = git@github.com:essentialsofparallelcomputing/Chapter17.git
48+
url = https://github.com/essentialsofparallelcomputing/Chapter17.git
4949
[submodule "AppendixB"]
5050
path = AppendixB
51-
url = git@github.com:essentialsofparallelcomputing/AppendixB.git
51+
url = https://github.com/essentialsofparallelcomputing/AppendixB.git

0 commit comments

Comments
 (0)