mirror of
https://github.com/zama-ai/concrete.git
synced 2026-01-09 12:57:55 -05:00
fix(common): .gitmodules, relative url to stay on ssh or https
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,6 +1,7 @@
|
||||
[submodule "llvm-project"]
|
||||
path = third_party/llvm-project
|
||||
url = git@github.com:zama-ai/concrete-compiler-internal-llvm-project.git
|
||||
# .. refers to ssh|https://github.com/zama-ai
|
||||
url = ../concrete-compiler-internal-llvm-project.git
|
||||
shallow = true
|
||||
[submodule "lattice-estimator"]
|
||||
path = third_party/lattice-estimator
|
||||
|
||||
Reference in New Issue
Block a user