]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Change CDN URLs to the new ones.
authorXhmikosR <xhmikosr@gmail.com>
Tue, 18 Sep 2018 19:40:02 +0000 (22:40 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 18 Oct 2018 08:27:47 +0000 (11:27 +0300)
_config.yml
docs/_includes/getting-started/download.html

index 30b698265b9d67c5d29695c36f9e67fb60515a27..4f4be17bb48edb274f739706f858292c22764758 100644 (file)
@@ -34,9 +34,9 @@ themes:           https://themes.getbootstrap.com
 
 cdn:
   # See https://www.srihash.org for info on how to generate the hashes
-  css:            https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css
+  css:            https://stackpath.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css
   css_hash:       "sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
-  css_theme:      https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap-theme.min.css
+  css_theme:      https://stackpath.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap-theme.min.css
   css_theme_hash: "sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp"
-  js:             https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js
+  js:             https://stackpath.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js
   js_hash:        "sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
index 06426c60e2f5c23308ea57a0eb89242f824b0fe9..f29cb85af8e8c197630a5c67e5c6f13d9a498f0c 100644 (file)
@@ -27,8 +27,8 @@
     </div>
   </div>
 
-  <h2 id="download-cdn">Bootstrap CDN</h2>
-  <p>The folks over at <a href="https://www.maxcdn.com/">MaxCDN</a> graciously provide CDN support for Bootstrap's CSS and JavaScript. Just use these <a href="https://www.bootstrapcdn.com/">Bootstrap CDN</a> links.</p>
+  <h2 id="download-cdn">BootstrapCDN</h2>
+  <p>The folks over at <a href="https://www.stackpath.com/">StackPath</a> graciously provide CDN support for Bootstrap's CSS and JavaScript. Just use these <a href="https://www.bootstrapcdn.com/">BootstrapCDN</a> links.</p>
 {% highlight html %}
 <!-- Latest compiled and minified CSS -->
 <link rel="stylesheet" href="{{ site.cdn.css }}" integrity="{{ site.cdn.css_hash }}" crossorigin="anonymous">