Skip to content

Commit 93d2906

Browse files
committed
Fix submodule URLs to point to upstream
1 parent ef7edd5 commit 93d2906

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ tools/nsc/bin/*
3838
__pycache__/*
3939
*.pyc
4040

41+
/.claude

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
url = git@github.com:Devsh-Graphics-Programming/Nabla-Continous-Integration-Python-Framework.git
8585
[submodule "3rdparty/boost/superproject"]
8686
path = 3rdparty/boost/superproject
87-
url = ../boost.git
87+
url = https://github.com/Devsh-Graphics-Programming/boost.git
8888
[submodule "3rdparty/argparse"]
8989
path = 3rdparty/argparse
9090
url = git@github.com:p-ranav/argparse.git
@@ -117,7 +117,7 @@
117117
url = git@github.com:Devsh-Graphics-Programming/glm.git
118118
[submodule "docker/msvc-winsdk"]
119119
path = docker/msvc-winsdk
120-
url = ../docker-nanoserver-msvc-winsdk
120+
url = https://github.com/Devsh-Graphics-Programming/docker-nanoserver-msvc-winsdk
121121
[submodule "3rdparty/gtl"]
122122
path = 3rdparty/gtl
123123
url = https://github.com/greg7mdp/gtl.git

0 commit comments

Comments
 (0)