[devdocsgjs/main: 994/1867] Fix Leaflet 1.5 download




commit d410cd4bef5fbdfd11a35fd5c3254b55a67a6244
Author: Jed Fox <git twopointzero us>
Date:   Thu Jan 9 13:26:02 2020 -0500

    Fix Leaflet 1.5 download

 lib/docs/scrapers/leaflet.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/docs/scrapers/leaflet.rb b/lib/docs/scrapers/leaflet.rb
index 3c3c89f4..ca75ea57 100644
--- a/lib/docs/scrapers/leaflet.rb
+++ b/lib/docs/scrapers/leaflet.rb
@@ -26,7 +26,7 @@ module Docs
 
     version '1.5' do
       self.release = '1.5.1'
-      self.base_url = "https://leafletjs.com/reference-#{release}.html";
+      self.base_url = "https://leafletjs.com/reference-1.5.0.html";
     end
 
     version '1.4' do


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]