1
0
mirror of synced 2024-11-22 21:16:10 +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> <p>
Select2 is hosted on both the Select2 is hosted on both the
<a href="https://cdnjs.com/libraries/select2">cdnjs</a> and <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. you to quickly include Select2 on your website.
</p> </p>
@ -125,8 +125,8 @@ slug: home
</p> </p>
<pre class="code prettyprint"> <pre class="code prettyprint">
&lt;link href="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.1/css/select2.min.css" rel="stylesheet" /&gt; &lt;link href="https://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;script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.1/js/select2.min.js"&gt;&lt;/script&gt;
</pre> </pre>
<div class="alert alert-info"> <div class="alert alert-info">