1
0
mirror of synced 2025-03-10 14:46:10 +03:00

Use https to include ghbtns.com iframes.

This commit is contained in:
Florian Kissling 2015-05-06 02:57:29 +02:00
parent 60bcff089f
commit 635b8b2f68

View File

@ -1,10 +1,10 @@
<div class="s2-docs-social"> <div class="s2-docs-social">
<ul class="s2-docs-social-buttons"> <ul class="s2-docs-social-buttons">
<li> <li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=select2&amp;repo=select2&amp;type=watch&amp;count=true" width="100" height="20" title="Star on GitHub"></iframe> <iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=select2&amp;repo=select2&amp;type=watch&amp;count=true" width="100" height="20" title="Star on GitHub"></iframe>
</li> </li>
<li> <li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=select2&amp;repo=select2&amp;type=fork&amp;count=true" width="102" height="20" title="Fork on GitHub"></iframe> <iframe class="github-btn" src="https://ghbtns.com/github-btn.html?user=select2&amp;repo=select2&amp;type=fork&amp;count=true" width="102" height="20" title="Fork on GitHub"></iframe>
</li> </li>
</ul> </ul>
</div> </div>