Skip to content

Commit c40dcd2

Browse files
authored
Merge pull request #58 from Eigen-DB/chore/submodule-https-instead-of-ssh
refactor: changing hnswlib submodule url to https instead of ssh
2 parents 854800c + e34fe9c commit c40dcd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
url = https://github.com/facebookresearch/faiss
44
[submodule "libs/hnswgo/lib/hnswlib"]
55
path = libs/hnswgo/lib/hnswlib
6-
url = git@github.com:nmslib/hnswlib.git
6+
url = https://github.com/nmslib/hnswlib.git

0 commit comments

Comments
 (0)