From cfdfad26a439e6f88ec56895ccb20abb03665c05 Mon Sep 17 00:00:00 2001 From: Andy Carter Date: Wed, 15 Jul 2015 13:10:49 +0100 Subject: [PATCH] Replaced protocol-relative URL with HTTPS protocol It is no longer considered good practice to use protocol-relative URLs (http://www.paulirish.com/2010/the-protocol-relative-url/). So the CDN request should be made via HTTPs. --- src/get-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/get-started.html b/src/get-started.html index 1861ae8f0..645516764 100644 --- a/src/get-started.html +++ b/src/get-started.html @@ -27,7 +27,7 @@ relative_path: ../
  • Paste the following code into the <head> section of your site's HTML. {% highlight html %} - + {% endhighlight %}

    Immediately after release, it takes a bit of time for BootstrapCDN to catch up and get the newest version live on their CDN.