1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-08-24 02:22:20 +00:00

Change submodules to relative URIs

This commit is contained in:
J. Fernando Sánchez
2018-06-15 10:34:36 +02:00
parent 2a773d45aa
commit f92617d147
2 changed files with 6 additions and 3 deletions

6
.gitmodules vendored
View File

@@ -1,9 +1,9 @@
[submodule "emotion-anew/data"]
path = emotion-anew/data
url = https://lab.cluster.gsi.dit.upm.es/senpy/data/emotion-anew.git
url = ../data/emotion-anew.git
[submodule "emotion-wnaffect/data"]
path = emotion-wnaffect/data
url = https://lab.cluster.gsi.dit.upm.es/senpy/data/emotion-wnaffect.git
url = ../data/emotion-wnaffect.git
[submodule "sentiment-basic/data"]
path = sentiment-basic/data
url = https://lab.cluster.gsi.dit.upm.es/senpy/data/sentiment-basic.git
url = ../data/sentiment-basic.git