summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules15
1 files changed, 6 insertions, 9 deletions
diff --git a/.gitmodules b/.gitmodules
index ac8e131f5..862f4808d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,20 +1,17 @@
-[submodule "mqtt_websockets"]
- path = mqtt_websockets
- url = https://github.com/underhood/mqtt_websockets.git
[submodule "aclk/aclk-schemas"]
- path = aclk/aclk-schemas
+ path = src/aclk/aclk-schemas
url = https://github.com/netdata/aclk-schemas.git
[submodule "ml/kmeans/dlib"]
- path = ml/dlib
+ path = src/ml/dlib
url = https://github.com/davisking/dlib.git
shallow = true
ignore = dirty
-[submodule "web/server/h2o/libh2o"]
- path = web/server/h2o/libh2o
+[submodule "src/web/server/h2o/libh2o"]
+ path = src/web/server/h2o/libh2o
url = https://github.com/h2o/h2o.git
ignore = untracked
[submodule "fluent-bit"]
- path = fluent-bit
+ path = src/fluent-bit
url = https://github.com/fluent/fluent-bit.git
shallow = true
- ignore = dirty \ No newline at end of file
+ ignore = dirty