From 1f79a0633b280998fe046e8b0f29f578aee0e8bf Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Thu, 26 Aug 2021 07:57:12 +0000
Subject: [PATCH] Update gitlab.md

---
 web/content/docs/devguide/development-workflows/gitlab.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/content/docs/devguide/development-workflows/gitlab.md b/web/content/docs/devguide/development-workflows/gitlab.md
index 773cb079e95..a30a8ff5285 100644
--- a/web/content/docs/devguide/development-workflows/gitlab.md
+++ b/web/content/docs/devguide/development-workflows/gitlab.md
@@ -22,8 +22,8 @@ weight = 1012
 
 ## Setup a password for cloning over https
 
-To clone a repository via `https://`-protocol you need to [set up an account password](https://gitlab.opengeosys.org/profile/password/edit) and use this during `git clone https://...`.
+To clone a repository via `https://`-protocol you need to [set up an account password](https://gitlab.opengeosys.org/-/profile/password/edit) and use this during `git clone https://...`.
 
 ## Upload a SSH key for cloning over SSH
 
-To clone a repository via SSH-protocol (`git clone git@gitlab...`) you need to [upload your SSH public key](https://gitlab.opengeosys.org/profile/keys).
+To clone a repository via SSH-protocol (`git clone git@gitlab...`) you need to [upload your SSH public key](https://gitlab.opengeosys.org/-/profile/keys).
-- 
GitLab