diff --git a/docs/20_Installation.md b/docs/20_Installation.md
index ad79f27ba39a5d26fa2eff4d2732793b2818b087..879d95c2478dca9af5ed78614a6ddd6129eaa1a2 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 3cc76889c105e8928f22dbe37ba12e648a238648..29a12899f840f887c613d5392d9eb60af2667f85 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 5328e22989eb73a020042d8db3a9e446de6cc336..b0c83e69fbcb394d618dfbb50746f0ce184688fb 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 463de35d3485ac6374639981a45bff68cf538d59..70cd235db1510046e9acf6662ecd300d23e48a56 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)