From 97cd1a0a761a8b40343ffd1d1f7be4fa1dfb02c4 Mon Sep 17 00:00:00 2001
From: "Laura, Jason R" <jlaura@usgs.gov>
Date: Fri, 7 Oct 2022 05:29:52 -0700
Subject: [PATCH] Fixes geekdocEditPath to include git prepended path

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

diff --git a/config.yml b/config.yml
index 55e0929..0440a5a 100644
--- a/config.yml
+++ b/config.yml
@@ -54,4 +54,4 @@ security:
 
 params:
   geekdocRepo: "https://github.com/jlaura/planetary-sdi"
-  geekdocEditPath: "."
+  geekdocEditPath: "/tree/main/"
-- 
GitLab