浏览代码

Merge branch 'hotfix/https' into develop

zhixin 7 年之前
父节点
当前提交
8579d46bf2
共有 4 个文件被更改,包括 11 次插入9 次删除
  1. 1 1
      README.md
  2. 1 1
      docs/_i18n/zh-cn/footer.html
  3. 1 1
      docs/_includes/nav.html
  4. 8 6
      docs/_includes/social-buttons.html

+ 1 - 1
README.md

@@ -14,7 +14,7 @@ An extended Bootstrap table with radio, checkbox, sort, pagination, extensions a
 
 To get started, check out:
 
-* [Docs](http://bootstrap-table.wenzhixin.net.cn)
+* [Docs](https://bootstrap-table.wenzhixin.net.cn)
 * [Examples](https://github.com/wenzhixin/bootstrap-table-examples)
 * [Questions/Helps](http://stackoverflow.com/questions/tagged/bootstrap-table)
 * [问题/帮助](http://segmentfault.com/t/bootstrap-table)

+ 1 - 1
docs/_i18n/zh-cn/footer.html

@@ -14,7 +14,7 @@
       <li>&middot;</li>
       <li><a href="{{ site.repos }}">我的开源项目</a></li>
       <li>&middot;</li>
-      <li><a href="http://stackoverflow.com/questions/tagged/bootstrap-table">帮助</a></li>
+      <li><a href="https://stackoverflow.com/questions/tagged/bootstrap-table">帮助</a></li>
       <li>&middot;</li>
       <li><a href="{{ site.repo }}/issues">问题</a></li>
       <li>&middot;</li>

+ 1 - 1
docs/_includes/nav.html

@@ -24,7 +24,7 @@
             <span class="caret"></span>
           </a>
           <ul class="dropdown-menu">
-            <li><a href="http://issues.wenzhixin.net.cn/bootstrap-table/" target="_blank">{% t pages.examples.title %}</a></li>
+            <li><a href="https://bootstrap-table-examples.wenzhixin.net.cn/" target="_blank">{% t pages.examples.title %}</a></li>
             <li><a href="https://github.com/wenzhixin/bootstrap-table/issues/1765">jsFiddle Examples</a></li>
           </ul>
         </li>

+ 8 - 6
docs/_includes/social-buttons.html

@@ -3,29 +3,31 @@
   <ul class="bs-docs-social-buttons">
     <li>
       <iframe class="github-btn"
-        src="http://ghbtns.com/github-btn.html?user=wenzhixin&repo=bootstrap-table&type=watch&count=true"
+        src="https://ghbtns.com/github-btn.html?user=wenzhixin&repo=bootstrap-table&type=watch&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=wenzhixin&repo=bootstrap-table&type=fork&count=true"
+        src="https://ghbtns.com/github-btn.html?user=wenzhixin&repo=bootstrap-table&type=fork&count=true"
         width="102" height="20" title="Fork on GitHub"></iframe>
     </li>
     <li>
-      <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=wenzhixin&type=follow&count=true"
+      <iframe class="github-btn"
+        src="https://ghbtns.com/github-btn.html?user=wenzhixin&type=follow&count=true"
         width="175" height="20" title="Follow on GitHub"></iframe>
     </li>
     <li>
-      <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://bootstrap-table.wenzhixin.net.cn" data-via="wenzhixin2010" data-related="wenzhixin2010">Tweet</a>
+      <a href="https://twitter.com/share" class="twitter-share-button"
+        data-url="https://bootstrap-table.wenzhixin.net.cn" data-via="wenzhixin2010" data-related="wenzhixin2010">Tweet</a>
     </li>
   </ul>
   {% t common.help %}
   <ul class="bs-docs-social-buttons">
     <li>
-      <a class="help-btn" href="http://stackoverflow.com/questions/tagged/bootstrap-table">StackOverflow</a>
+      <a class="help-btn" href="https://stackoverflow.com/questions/tagged/bootstrap-table">StackOverflow</a>
     </li>
     <li>
-      <a class="help-btn" href="http://segmentfault.com/t/bootstrap-table">SegmentFault</a>
+      <a class="help-btn" href="https://segmentfault.com/t/bootstrap-table">SegmentFault</a>
     </li>
   </ul>
 </div>