Skip to content

Commit

Permalink
fix bad url
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Mar 13, 2024
1 parent d263377 commit 41d96d5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[submodule "backend/dependencies/UsersHub-authentification-module"]
path = backend/dependencies/UsersHub-authentification-module
url = ./UsersHub-authentification-module.git
url = ../UsersHub-authentification-module.git
[submodule "backend/dependencies/Nomenclature-api-module"]
path = backend/dependencies/Nomenclature-api-module
url = ./Nomenclature-api-module.git
url = ../Nomenclature-api-module.git
[submodule "backend/dependencies/Habref-api-module"]
path = backend/dependencies/Habref-api-module
url = ./Habref-api-module.git
url = ../Habref-api-module.git
[submodule "backend/dependencies/Utils-Flask-SQLAlchemy"]
path = backend/dependencies/Utils-Flask-SQLAlchemy
url = ./Utils-Flask-SQLAlchemy.git
url = ../Utils-Flask-SQLAlchemy.git
[submodule "backend/dependencies/TaxHub"]
path = backend/dependencies/TaxHub
url = ./TaxHub.git
url = ../TaxHub.git
[submodule "backend/dependencies/Utils-Flask-SQLAlchemy-Geo"]
path = backend/dependencies/Utils-Flask-SQLAlchemy-Geo
url = ./Utils-Flask-SQLAlchemy-Geo.git
url = ../Utils-Flask-SQLAlchemy-Geo.git
[submodule "backend/dependencies/RefGeo"]
path = backend/dependencies/RefGeo
url = ./RefGeo.git
url = ../RefGeo.git
[submodule "backend/dependencies/UsersHub"]
path = backend/dependencies/UsersHub
url = ./UsersHub.git
url = ../UsersHub.git

0 comments on commit 41d96d5

Please sign in to comment.