From 823d606aff9a58b98c483aa79c07dc8ff396c95d Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Wed, 4 May 2022 15:12:01 +0200
Subject: [PATCH] update repo url

---
 docs/_index.md   | 2 +-
 docs/config.json | 6 +++++-
 readme.md        | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/docs/_index.md b/docs/_index.md
index 2547f63..549d30b 100644
--- a/docs/_index.md
+++ b/docs/_index.md
@@ -3,7 +3,7 @@
 Wrapper for **acme.sh** to create Let's Encrypt certificates using DNS authentication.
 It was written to create/ renew all needed certificates at a central system to deploy it from there (Ansible, Puppet, ...).
 
-Source: <https://git-repo.iml.unibe.ch/open-source/iml-certman>
+Source: <https://git-repo.iml.unibe.ch/iml-open-source/iml-certman>
 
 License: GNU GPL 3.0 <http://www.gnu.org/licenses/gpl-3.0.html>
 
diff --git a/docs/config.json b/docs/config.json
index 83d7701..eb9480a 100644
--- a/docs/config.json
+++ b/docs/config.json
@@ -12,8 +12,12 @@
         "date_modified": false,
         "jump_buttons": true,
         "edit_on_github_": "iml-it/appmonitor/tree/master/docs",
+        "edit_on": {
+            "name": "Gitlab",
+            "basepath": "https://git-repo.iml.unibe.ch/iml-open-source/iml-certman/tree/master/docs"
+        },
         "links": {
-            "Git Repo": "https://git-repo.iml.unibe.ch/open-source/iml-certman"
+            "Git Repo": "https://git-repo.iml.unibe.ch/iml-open-source/iml-certman"
         },
         "theme": "daux-blue",
         "search": true
diff --git a/readme.md b/readme.md
index 17906c1..731421a 100644
--- a/readme.md
+++ b/readme.md
@@ -3,7 +3,7 @@
 Wrapper for **acme.sh** to create Let's Encrypt certificates using DNS authentication.
 It was written to create/ renew all needed certificates at a central system to deploy it from there (Ansible, Puppet, ...).
 
-source: <https://git-repo.iml.unibe.ch/open-source/iml-certman>
+source: <https://git-repo.iml.unibe.ch/iml-open-source/iml-certman>
 license: GNU GPL 3.0 <http://www.gnu.org/licenses/gpl-3.0.html>
 
 See [docs](docs/)
-- 
GitLab