diff --git a/leaflet.api.php b/leaflet.api.php
index a9dd892..5489291 100644
--- a/leaflet.api.php
+++ b/leaflet.api.php
@@ -42,7 +42,7 @@ function hook_leaflet_map_info() {
       ),
       'layers' => array(
         'earth' => array(
-          'urlTemplate' => 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
+          'urlTemplate' => '//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
           'options' => array(
             'attribution' => 'OSM Mapnik'
           )
diff --git a/leaflet.libraries.yml b/leaflet.libraries.yml
index e2a8774..e571790 100644
--- a/leaflet.libraries.yml
+++ b/leaflet.libraries.yml
@@ -1,15 +1,15 @@
 leaflet:
-  remote: http://leaflet.cloudmade.com
+  remote: //cdnjs.cloudflare.com
   version: 0.7.7
   license:
     name: Leaflet-License
     url: https://github.com/Leaflet/Leaflet/blob/v0.7.7/LICENSE
     gpl-compatible: true
   js:
-    //cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js: {}
+    //cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js: {}
   css:
     component:
-      //cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css: {}
+       //cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.css: {}
 
 leaflet-drupal:
     version: VERSION
diff --git a/leaflet.module b/leaflet.module
index 32c7a90..936a739 100644
--- a/leaflet.module
+++ b/leaflet.module
@@ -105,7 +105,7 @@ function leaflet_leaflet_map_info() {
         ),
         'layers' => array(
           'earth' => array(
-            'urlTemplate' => 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
+            'urlTemplate' => '//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
             'options' => array(
               'attribution' => 'OSM Mapnik'
             )
