Skip to content
Snippets Groups Projects
Commit 3297c3b4 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update repo urls in docs

parent 2f011093
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ Extract or git pull the sources below your webroot, eg. in subfolder `./vendor/e ...@@ -7,7 +7,7 @@ Extract or git pull the sources below your webroot, eg. in subfolder `./vendor/e
```text ```text
cd [WEBROOT] cd [WEBROOT]
cd vendor cd vendor
git clone [URL] emailcatcher git clone https://git-repo.iml.unibe.ch/iml-open-source/php-emailcatcher.git emailcatcher
``` ```
### Enable fetching emails ### Enable fetching emails
......
...@@ -6,6 +6,6 @@ ...@@ -6,6 +6,6 @@
</html> </html>
👤 Author: Axel Hahn; Institute for Medical Education; University of Bern \ 👤 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 \ 📜 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)
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
"edit_on_github_": "iml-it/__PROJECT__/tree/master/docs", "edit_on_github_": "iml-it/__PROJECT__/tree/master/docs",
"edit_on_": { "edit_on_": {
"name": "Gitlab", "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": { "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/" "IML Opensource": "https://os-docs.iml.unibe.ch/"
}, },
"theme": "daux-blue", "theme": "daux-blue",
......
...@@ -4,7 +4,7 @@ A helper for a development environment: This PHP class fetches emails sent by ma ...@@ -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 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 \ 📜 License: GNU GPL 3.0 \
📗 Docs: TODO 📗 Docs: TODO (see the docs folder so far)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment