From 21eea8f004210d04faabd1b7f521b4258ede1a25 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Mon, 19 Sep 2022 15:22:13 +0200 Subject: [PATCH] update docs --- README.md | 2 +- docs/_index.md | 2 +- docs/config.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4db14e..2919c77 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Institute for Medical Education; University of Bern 📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/onfilechange> \ 📜 License: GNU GPL 3.0 \ -📖 Docs: <https://os-docs.iml.unibe.ch/onfilechange/> +📗 Docs: <https://os-docs.iml.unibe.ch/onfilechange/> ## Why? diff --git a/docs/_index.md b/docs/_index.md index a4db14e..2919c77 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -12,7 +12,7 @@ Institute for Medical Education; University of Bern 📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/onfilechange> \ 📜 License: GNU GPL 3.0 \ -📖 Docs: <https://os-docs.iml.unibe.ch/onfilechange/> +📗 Docs: <https://os-docs.iml.unibe.ch/onfilechange/> ## Why? diff --git a/docs/config.json b/docs/config.json index f717d20..ec8681c 100644 --- a/docs/config.json +++ b/docs/config.json @@ -14,10 +14,10 @@ "edit_on_github_": "iml-it/__PROJECT__/tree/master/docs", "edit_on_": { "name": "Gitlab", - "basepath": "https://git-repo.iml.unibe.ch/iml-open-source/__PROJECT__/tree/master/docs" + "basepath": "https://git-repo.iml.unibe.ch/iml-open-source/onfilechange/tree/master/docs" }, "links": { - "Git Repo": "__GITURL__" + "Git Repo": "https://git-repo.iml.unibe.ch/iml-open-source/onfilechange" }, "theme": "daux-blue", "search": true -- GitLab