diff --git a/web/content/docs/devguide/development-workflows/gitlab.md b/web/content/docs/devguide/development-workflows/gitlab.md
index 773cb079e957405a750cabf85b704a39b1a543ad..a30a8ff528578591166e954b4b6b458b3a5acba5 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).