From a30961d8013c8e09a968ec96c71a43028d8047f1 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Fri, 13 Oct 2023 12:30:11 +0200
Subject: [PATCH] fix edit link

---
 docs/config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/config.json b/docs/config.json
index d01624f..ed3e7c4 100644
--- a/docs/config.json
+++ b/docs/config.json
@@ -14,7 +14,7 @@
         "edit_on_github_": "iml-it/__PROJECT__/tree/master/docs",
         "edit_on": {
             "name": "Gitlab",
-            "basepath": "https://git-repo.iml.unibe.ch/iml-open-source/adminlte-renderer/tree/master/docs"
+            "basepath": "https://git-repo.iml.unibe.ch/iml-open-source/adminlte-renderer/-/blob/main/docs/"
         },
         "links": {
             "Git Repo": "https://git-repo.iml.unibe.ch/iml-open-source/adminlte-renderer",
-- 
GitLab