From 900946d3ce5430e4741bafa93f9db140cdf7b7b3 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 15 Sep 2015 23:31:16 +0100 Subject: Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eccc117..1b15124 100755 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ ifneq ("$(wildcard $(SYSTEM_LEAFLET))","") cp $(SYSTEM_LEAFLET) libraries/leaflet-soton/resources/leaflet/dist/leaflet.js; else @echo "System version of leaflet does not exist, downloading...\n" - wget http://leaflet-cdn.s3.amazonaws.com/build/leaflet-0.7.3.zip -O libraries/leaflet-0.7.3.zip + wget http://cdn.leafletjs.com/downloads/leaflet-0.7.3.zip -O libraries/leaflet-0.7.3.zip unzip -o libraries/leaflet-0.7.3.zip -d libraries/leaflet-soton/resources/leaflet/dist @$(PRINT_OK) endif -- cgit v1.2.3