diff --git a/src/assets/mapbox-gl-styles/satellite.json b/src/assets/mapbox-gl-styles/satellite.json
index 6d65d77861a6eb94c1e3c3a15042571f8ef729d8..96542f2335209738c46d0258c0b98c9ef3d651e2 100644
--- a/src/assets/mapbox-gl-styles/satellite.json
+++ b/src/assets/mapbox-gl-styles/satellite.json
@@ -3,14 +3,14 @@
     "sources": {
         "raster-tiles": {
           "type": "raster",
-          "tiles": ["https://data-intothesky.alpha.grandlyon.com/ortholyon?bbox={bbox-epsg-3857}&format=image/jpeg&service=WMS&version=1.1.1&request=GetMap&srs=EPSG:3857&width=512&height=512&transparent=true&layers=ortho2015"],
+          "tiles": ["https://ortho.data.grandlyon.com/?bbox={bbox-epsg-3857}&format=image/jpeg&service=WMS&version=1.1.1&request=GetMap&srs=EPSG:3857&width=512&height=512&transparent=true&layers=ortho2015"],
           "maxzoom": 21,
           "attribution": "© <a href='https://www.openstreetmap.org/copyright'>OpenStreetMap</a> contributors"
         },
         "openmaptiles": {
           "type": "vector",
           "tiles": [
-            "https://data-intothesky.alpha.grandlyon.com/openmaptiles/data/v3/{z}/{x}/{y}.pbf"
+            "https://openmaptiles.data.grandlyon.com/data/v3/{z}/{x}/{y}.pbf"
           ],
           "minzoom": 0,
           "maxzoom": 22
@@ -113,4 +113,4 @@
         }
     ]
   }
-  
\ No newline at end of file
+