From 7596de9e22c9d5ad1aa34e0048fb88a2c0ad833d Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Mon, 27 May 2024 08:51:59 +0200 Subject: [PATCH] doc pages: add link to git repo --- docs/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.json b/docs/config.json index f8f2b16..760e5ec 100644 --- a/docs/config.json +++ b/docs/config.json @@ -17,7 +17,7 @@ "basepath": "https://git-repo.iml.unibe.ch/iml-open-source/multi_ssh/tree/main/docs" }, "links": { - "Git Repo": "__GITURL__", + "Git Repo": "https://git-repo.iml.unibe.ch/iml-open-source/multi_ssh/", "IML Opensource": "https://os-docs.iml.unibe.ch/multi_ssh/" }, "theme": "daux-blue", -- GitLab