gitmodules: use relative paths

as using https://git.libreoffice.org breaks the submodule subsription
(automatic update in core when something is pushed to the submodules),
since gerrit compares the URL with gerrit.canonicalWebUrl, the URL where
gerrit itself is found, not what is used as default repository URL

Change-Id: I2e4566e69c7e70c463f0aab393d622a6f4d61808
This commit is contained in:
Christian Lohmaier 2020-10-21 21:51:54 +02:00
parent 269b8a086e
commit f7d892aa0b

6
.gitmodules vendored
View file

@ -1,12 +1,12 @@
[submodule "dictionaries"]
path = dictionaries
url = https://git.libreoffice.org/dictionaries
url = ../dictionaries
branch = .
[submodule "helpcontent2"]
path = helpcontent2
url = https://git.libreoffice.org/help
url = ../help
branch = .
[submodule "translations"]
path = translations
url = https://git.libreoffice.org/translations
url = ../translations
branch = .