From e8529d993ff9a6fb1acfd1176a4daf2b18aa5e2c Mon Sep 17 00:00:00 2001
From: Paul Maruhn <paulmaruhn@posteo.de>
Date: Mon, 18 Apr 2022 04:01:50 +0200
Subject: [PATCH] fix typo

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

diff --git a/config.toml b/config.toml
index 7786409a..06dac020 100644
--- a/config.toml
+++ b/config.toml
@@ -6,7 +6,7 @@ theme = "hugo-book"
 
 [params]
 BookRepo = "https://git.chaotikum.org/freifunk-luebeck/wiki"
-BookEditPath = "/-/content/master/"
+BookEditPath = "/-/blob/master/"
 BookLogo = "/logo.svg"
 BookSection = "docs"
 BookComments = true
-- 
GitLab