mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-28 06:21:32 +08:00
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.
This commit is contained in:
parent
4e99f616ab
commit
cfdfad26a4
@ -27,7 +27,7 @@ relative_path: ../
|
|||||||
<li>
|
<li>
|
||||||
Paste the following code into the <code><head></code> section of your site's HTML.
|
Paste the following code into the <code><head></code> section of your site's HTML.
|
||||||
{% highlight 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 %}
|
{% 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>
|
<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>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user