diff --git a/_posts/2019-01-29-umfrageverteilung-2018-in-deutschland.md b/_posts/2019-01-29-umfrageverteilung-2018-in-deutschland.md
index 2dd5481..028a38b 100644
--- a/_posts/2019-01-29-umfrageverteilung-2018-in-deutschland.md
+++ b/_posts/2019-01-29-umfrageverteilung-2018-in-deutschland.md
@@ -34,7 +34,7 @@ function myPointToLayer(geoJsonPoint, latlng) {
var map2018 = L.map('map2018').setView([51.000,10.316], 7);
-L.tileLayer('https://{s}.tile.osm.org/{z}/{x}/{y}.png', {
+L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '© OpenStreetMap contributors'
}).addTo(map2018);
diff --git a/de/map.md b/de/map.md
index d0d7906..eeee665 100644
--- a/de/map.md
+++ b/de/map.md
@@ -35,7 +35,7 @@ function myPointToLayer(geoJsonPoint, latlng) {
var map = L.map('map').setView([51.000,10.316], 7);
-L.tileLayer('https://{s}.tile.osm.org/{z}/{x}/{y}.png', {
+L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '© OpenStreetMap contributors'
}).addTo(map);
diff --git a/en/map.md b/en/map.md
index 16122f6..bfc2e14 100644
--- a/en/map.md
+++ b/en/map.md
@@ -32,7 +32,7 @@ function onEachFeature(feature, layer) {
var map = L.map('map-container').setView([51.000,10.316], 7);
-L.tileLayer('https://{s}.tile.osm.org/{z}/{x}/{y}.png', {
+L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '© OpenStreetMap contributors'
}).addTo(map);