From 67a1ebac2774ec8e70c0d9614b819a5dbdd7f4eb Mon Sep 17 00:00:00 2001 From: TuringTux Date: Sun, 27 Oct 2024 18:39:22 +0100 Subject: [PATCH] Add missing https:// to fix links --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc36806ac..022a6fe1f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,14 +12,14 @@ We have the following branches: - *experimental* ### *production* -contains the actual version deployed on [mampf](mampf.mathi.uni-heidelberg.de). +contains the actual version deployed on [mampf](https://mampf.mathi.uni-heidelberg.de). ### *main* is usually equal to *production*. Hotfixes are tested here before being merged to *production*. ### *mampf-next* is the next intended version for mampf. This version is automatically deployed on -[mampf-dev](mampf-dev.mathi.uni-heidelberg.de). Features should be developed in feature branches and merged here. +[mampf-dev](https://mampf-dev.mathi.uni-heidelberg.de). Features should be developed in feature branches and merged here. ### feature branches Collaborators may create a branch for each improvement they would like to integrate in *mampf-next*. If you do not have