diff --git a/examples/demo/world_map.py b/examples/demo/world_map.py index e293f7e7e..9d68169d8 100644 --- a/examples/demo/world_map.py +++ b/examples/demo/world_map.py @@ -34,7 +34,7 @@ class WorldMapPlot(HasTraits): # The URL which points to the world map image to be downloaded image_url = Str( - "http://eoimages.gsfc.nasa.gov/ve//2433/land_shallow_topo_2048.jpg" + "https://eoimages.gsfc.nasa.gov/images/imagerecords/57000/57752/land_shallow_topo_2048.jpg" ) ### Private Traits #########################################################