Browse Source

Update CONTRIBUTING.md

zhixin 6 years ago
parent
commit
647fd260a2
2 changed files with 8 additions and 5 deletions
  1. 3 3
      CONTRIBUTING.md
  2. 5 2
      site/docs/extensions/auto-refresh.md

+ 3 - 3
CONTRIBUTING.md

@@ -79,9 +79,9 @@ Guidelines for bug reports:
 
 3. **Isolate the problem** — ideally create a live example.
     The web tool [jsfiddle](http://jsfiddle.net/) is a very helpful for this. Consider to use these templates:
-    * [Table from html](http://jsfiddle.net/wenyi/e3nk137y/11/light/)
-    * [Table from data](http://jsfiddle.net/wenyi/e3nk137y/13/light/)
-    * [Table from url](http://jsfiddle.net/wenyi/e3nk137y/14/light/)
+    * [Table from html](http://jsfiddle.net/wenyi/e3nk137y/44345/)
+    * [Table from data](http://jsfiddle.net/wenyi/e3nk137y/44346/)
+    * [Table from url](http://jsfiddle.net/wenyi/e3nk137y/44348/)
 
 
 A good bug report shouldn't leave others needing to chase you up for more

+ 5 - 2
site/docs/extensions/auto-refresh.md

@@ -9,10 +9,13 @@ toc: true
 ## Usage
 
 {% highlight html %}
-<link rel="stylesheet" href="extensions/auto-refresh/bootstrap-table-auto-refresh.css">
 <script src="extensions/auto-refresh/bootstrap-table-auto-refresh.js"></script>
 {% endhighlight %}
 
+## Example
+
+[Addrbar](https://examples.bootstrap-table.com/#extensions/auto-refresh.html)
+
 ## Options
 
 ### autoRefresh
@@ -57,4 +60,4 @@ toc: true
 
 ### Icons
 
-- autoRefresh: 'glyphicon-time icon-time'
+- autoRefresh: 'fa-clock'