diff --git a/web/content/docs/devguide/getting-started/get-the-source-code/index.md b/web/content/docs/devguide/getting-started/get-the-source-code/index.md
index 34df4c8008f5a4015ff04d41832d58c0240d5dad..c660727d975689cf5ccc89b274f8ba4484c48e43 100644
--- a/web/content/docs/devguide/getting-started/get-the-source-code/index.md
+++ b/web/content/docs/devguide/getting-started/get-the-source-code/index.md
@@ -15,22 +15,7 @@ weight = 3
 
 </div>
 
-## Option: Download the source code
-
-To get the latest source code simply download it from [repository website](https://gitlab.opengeosys.org/ogs/ogs) and extract the archive:
-
-![Getting the zip download URL from the GitLab web interface](zip-download.png)
-
-You can also download and extract with the command line:
-
-```bash
-wget https://gitlab.opengeosys.org/ogs/ogs/-/archive/master/ogs-master.tar.gz
-tar xf ogs-master.tar.gz
-```
-
-----
-
-## Option: Clone the source code repository with Git
+## Clone the source code repository with Git
 
 First you need to get the clone URL: