From 2a11d117a7c0811cf170b8e14490cc39bf8775f9 Mon Sep 17 00:00:00 2001
From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch>
Date: Mon, 19 Dec 2022 11:30:38 +0100
Subject: [PATCH] Update link to example file

---
 documentation/docs/start/get-geometry-example-file.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/docs/start/get-geometry-example-file.md b/documentation/docs/start/get-geometry-example-file.md
index 5f172d1da..dc598c99d 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
 ```
-- 
GitLab