1
0
mirror of synced 2024-11-22 13:06:08 +03:00

Merge pull request #4127 from drmonkeyninja/patch-1

Replaced protocol-relative URLs with HTTPS protocol
This commit is contained in:
Kevin Brown 2016-01-28 11:26:00 -05:00
commit ff9486bbd2

View File

@ -113,7 +113,7 @@ slug: home
<p>
Select2 is hosted on both the
<a href="https://cdnjs.com/libraries/select2">cdnjs</a> and
<a href="http://www.jsdelivr.com/#!select2">jsDelivr</a> CDNs, allowing
<a href="https://www.jsdelivr.com/#!select2">jsDelivr</a> CDNs, allowing
you to quickly include Select2 on your website.
</p>
@ -125,8 +125,8 @@ slug: home
</p>
<pre class="code prettyprint">
&lt;link href="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.1/css/select2.min.css" rel="stylesheet" /&gt;
&lt;script src="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.1/js/select2.min.js"&gt;&lt;/script&gt;
&lt;link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.1/css/select2.min.css" rel="stylesheet" /&gt;
&lt;script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.1/js/select2.min.js"&gt;&lt;/script&gt;
</pre>
<div class="alert alert-info">