]> git.ipfire.org Git - thirdparty/Font-Awesome.git/commitdiff
Replaced protocol-relative URL with HTTPS protocol 6955/head
authorAndy Carter <drmonkeyninja@users.noreply.github.com>
Wed, 15 Jul 2015 12:10:49 +0000 (13:10 +0100)
committerAndy Carter <drmonkeyninja@users.noreply.github.com>
Wed, 15 Jul 2015 12:10:49 +0000 (13:10 +0100)
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

index 1861ae8f0155502f2eb54a83b8bd388604ae3654..64551676435a312c056c66bba367b430af7d2060 100644 (file)
@@ -27,7 +27,7 @@ relative_path: ../
       <li>
         Paste the following code into the <code>&lt;head&gt;</code> section of your site's HTML.
 {% highlight html %}
-<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/{{ site.fontawesome.version }}/css/font-awesome.min.css">
+<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/{{ site.fontawesome.version }}/css/font-awesome.min.css">
 {% endhighlight %}
         <p class="alert alert-success"><i class="fa fa-info-circle"></i> Immediately after release, it takes a bit of time for BootstrapCDN to catch up and get the newest version live on their CDN.</p>
       </li>