From 188539e00919de7831aec01d458349b976904471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Wei=C3=9Fmann?= Date: Fri, 3 Aug 2018 11:55:53 +0200 Subject: [PATCH] Update .gitmodules to use relative paths To be able to mirror project and dependencies it is extremely helpful to use relative paths. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 0e373ee4..ad4596ac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "third-party/mruby"] path = third-party/mruby - url = https://github.com/mruby/mruby + url = ../../mruby/mruby [submodule "third-party/neverbleed"] path = third-party/neverbleed - url = https://github.com/h2o/neverbleed.git + url = ../../h2o/neverbleed.git