diff --git a/documentation/docs/start/get-geometry-example-file.md b/documentation/docs/start/get-geometry-example-file.md
index 5f172d1da28ff4b4dbf330101554e8f71dfdca27..dc598c99d61aab35a89be2eb51564cd63c2db033 100644
--- a/documentation/docs/start/get-geometry-example-file.md
+++ b/documentation/docs/start/get-geometry-example-file.md
@@ -1,11 +1,11 @@
 On linux:
 
 ```
-wget https://atlas-vp1.web.cern.ch/atlas-vp1/geometryfiles/geometry_atlas.db
+wget https://geomodel.web.cern.ch/examples/geometry_atlas.db 
 ```
 
 On mac:
 
 ```
-curl https://atlas-vp1.web.cern.ch/atlas-vp1/geometryfiles/geometry_atlas.db -o geometry_atlas.db
+curl https://geomodel.web.cern.ch/examples/geometry_atlas.db -o geometry_atlas.db
 ```