Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / themes / contrib / bootstrap / icons.inc
index 0c55c2a932102c140dd207f61be32db086e1cd72..d5a200baa8fb614b2c9d481f59ac2207b7dde3e1 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+
 /**
  * @file
  * Icon API support to provide Bootstrap Framework glyphicons.
@@ -12,7 +13,7 @@ use Drupal\bootstrap\Bootstrap;
 function bootstrap_icon_providers() {
   $providers['bootstrap'] = [
     'title' => t('Bootstrap'),
-    'url' => 'http://getbootstrap.com/components/#glyphicons',
+    'url' => 'https://getbootstrap.com/docs/3.3/components/#glyphicons',
   ];
   return $providers;
 }