From 3297c3b4ece30179664f27462ad0d7387abfa691 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Tue, 8 Oct 2024 16:56:42 +0200 Subject: [PATCH] update repo urls in docs --- docs/20_Installation.md | 2 +- docs/_index.md | 4 ++-- docs/config.json | 4 ++-- readme.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/20_Installation.md b/docs/20_Installation.md index ad79f27..879d95c 100644 --- a/docs/20_Installation.md +++ b/docs/20_Installation.md @@ -7,7 +7,7 @@ Extract or git pull the sources below your webroot, eg. in subfolder `./vendor/e ```text cd [WEBROOT] cd vendor -git clone [URL] emailcatcher +git clone https://git-repo.iml.unibe.ch/iml-open-source/php-emailcatcher.git emailcatcher ``` ### Enable fetching emails diff --git a/docs/_index.md b/docs/_index.md index 3cc7688..29a1289 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -6,6 +6,6 @@ </html> 👤 Author: Axel Hahn; Institute for Medical Education; University of Bern \ -📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/__NAME__> \ +📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/php-emailcatcher> \ 📜 License: GNU GPL 3.0 \ -📗 Docs: <https://os-docs.iml.unibe.ch/__NAME__/> +📗 Docs: <https://os-docs.iml.unibe.ch/__NAME__/> (see the docs folder so far) diff --git a/docs/config.json b/docs/config.json index 5328e22..b0c83e6 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/php-emailcatcher/tree/main/docs" }, "links": { - "Git Repo": "__GITURL__", + "Git Repo": "https://git-repo.iml.unibe.ch/iml-open-source/php-emailcatcher", "IML Opensource": "https://os-docs.iml.unibe.ch/" }, "theme": "daux-blue", diff --git a/readme.md b/readme.md index 463de35..70cd235 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ A helper for a development environment: This PHP class fetches emails sent by ma Free software and Open Source from University of Bern :: IML - Institute of Medical Education -📄 Source: TODO \ +📄 Source: <https://git-repo.iml.unibe.ch/iml-open-source/php-emailcatcher> \ 📜 License: GNU GPL 3.0 \ -📗 Docs: TODO +📗 Docs: TODO (see the docs folder so far) -- GitLab