From 6e2b742b373ff8270f089a91e51da73973b0732b Mon Sep 17 00:00:00 2001
From: Adam Caprez <acaprez2@unl.edu>
Date: Sat, 27 Oct 2018 00:05:58 +0000
Subject: [PATCH] Make submodule path relative.

---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 37f98ea1..7d94c046 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "themes/docdock"]
 	path = themes/docdock
-	url = git@git.unl.edu:hcc/hugo-theme-docdock.git
+	url = ../../hcc/hugo-theme-docdock.git
-- 
GitLab