From c95fa8114d844cc11f91d234962ea6948ee4c77e Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 18 Sep 2018 22:40:02 +0300 Subject: [PATCH] Change CDN URLs to the new ones. --- _config.yml | 6 +++--- docs/_includes/getting-started/download.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 30b698265b..4f4be17bb4 100644 --- a/_config.yml +++ b/_config.yml @@ -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" diff --git a/docs/_includes/getting-started/download.html b/docs/_includes/getting-started/download.html index 06426c60e2..f29cb85af8 100644 --- a/docs/_includes/getting-started/download.html +++ b/docs/_includes/getting-started/download.html @@ -27,8 +27,8 @@ -

Bootstrap CDN

-

The folks over at MaxCDN graciously provide CDN support for Bootstrap's CSS and JavaScript. Just use these Bootstrap CDN links.

+

BootstrapCDN

+

The folks over at StackPath graciously provide CDN support for Bootstrap's CSS and JavaScript. Just use these BootstrapCDN links.

{% highlight html %} -- 2.47.2