]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #2663 -> use jsDelivr instead
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 19 Oct 2019 15:31:58 +0000 (11:31 -0400)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 19 Oct 2019 15:31:58 +0000 (11:31 -0400)
README.md
docs/_includes/snippets/getting-started.html
docs/documentation/overview/start.html

index fb8723e9b217fdca7634416029c4bb5eae9eb0f3..cebfa6d92dbb04684ebc714dd668a1dbe224f741 100644 (file)
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ import 'bulma/css/bulma.css'
 
 ### CDN
 
-[https://cdnjs.com/libraries/bulma](https://cdnjs.com/libraries/bulma)
+[https://www.jsdelivr.com/package/npm/bulma](https://www.jsdelivr.com/package/npm/bulma)
 
 Feel free to raise an issue or submit a pull request.
 
index e89d30669ba0d8c6259eec52b08830e7ed7fda94..07bdb23ff6f97189e63647e073d9e71ab911d985 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <title>Hello Bulma!</title>
-    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/{{ site.data.meta.version }}/css/bulma.min.css">
+    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@{{ site.data.meta.version }}/css/bulma.min.css">
     <script defer src="{{ site.data.icons.fontawesome5 }}"></script>
   </head>
   <body>
index e94ba42fef8c656b3bffd00e69b9d94d17c51bd3..71104cec41af8661c5d080f68db5e66b456ffa5b 100644 (file)
@@ -19,7 +19,7 @@ breadcrumb:
       use <strong>npm</strong> to install the Bulma package
     </li>
     <li>
-      use the cdnjs <strong>CDN</strong> to link to the Bulma stylesheet
+      use the <strong>jsDelivr CDN</strong> to link to the Bulma stylesheet
     </li>
     <li>
       use the <strong>GitHub repository</strong> to get the latest development version
@@ -45,9 +45,9 @@ breadcrumb:
   </div>
   <div class="media-content">
     <p class="title is-5">
-      Use the <a href="https://cdnjs.com/" target="_blank">cdnjs</a> <strong>CDN</strong>
+      Use the <a href="https://www.jsdelivr.com/" target="_blank">jsDelivr</a> <strong>CDN</strong>
       <br>
-      <a href="https://cdnjs.com/libraries/bulma">https://cdnjs.com/libraries/bulma</a>
+      <a href="https://www.jsdelivr.com/package/npm/bulma">https://www.jsdelivr.com/package/npm/bulma</a>
     </p>
   </div>
 </article>