瀏覽代碼

Use https to include ghbtns.com iframes.

Florian Kissling 10 年之前
父節點
當前提交
635b8b2f68
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/_includes/social-buttons.html

+ 2 - 2
docs/_includes/social-buttons.html

@@ -1,10 +1,10 @@
 <div class="s2-docs-social">
   <ul class="s2-docs-social-buttons">
     <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>
-      <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>
   </ul>
 </div>