Browse Source

fixed broken examples

Dustin Utecht 5 years ago
parent
commit
91b65684fe
3 changed files with 5 additions and 5 deletions
  1. 1 1
      site/docs/api/column-options.md
  2. 2 2
      site/docs/api/methods.md
  3. 2 2
      site/docs/api/table-options.md

+ 1 - 1
site/docs/api/column-options.md

@@ -254,7 +254,7 @@ The column options is defined in `jQuery.fn.bootstrapTable.columnDefaults`.
 
 - **Default:** `undefined`
 
-- **Example:** [Column Formatter](https://examples.bootstrap-table.com/#column-options/format.html)
+- **Example:** [Column Formatter](https://examples.bootstrap-table.com/#column-options/formatter.html)
 
 ## halign
 

+ 2 - 2
site/docs/api/methods.md

@@ -190,7 +190,7 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter)`.
   * `unfiltered`: if set to true the method will include all data (unfiltered).
   * `formatted`: get the formatted value from the defined [formatter](https://bootstrap-table.com/docs/api/column-options/#formatter).
 
-- **Example:** [Get Data](https://examples.bootstrap-table.com/#methods/getData.html)
+- **Example:** [Get Data](https://examples.bootstrap-table.com/#methods/get-data.html)
 
 ## getHiddenColumns
 
@@ -461,7 +461,7 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter)`.
     -  Scroll to the unit (`px` or `rows (index starts by 0)`)
     Default: `{unit: 'px', value: 0}`
 
-- **Example:** [Scroll To](https://examples.bootstrap-table.com/#methods/scorll-to.html)
+- **Example:** [Scroll To](https://examples.bootstrap-table.com/#methods/scroll-to.html)
 
 ## selectPage
 

+ 2 - 2
site/docs/api/table-options.md

@@ -267,7 +267,7 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
 
 - **Default:** `undefined`
 
-- **Example:** [Custom Order](https://examples.bootstrap-table.com/#options/custom-order.html)
+- **Example:** [Custom Order](https://examples.bootstrap-table.com/#options/custom-sort.html)
 
 ## data
 
@@ -1649,7 +1649,7 @@ The table options are defined in `jQuery.fn.bootstrapTable.defaults`.
 
 - **Default:** `undefined`
 
-- **Example:** [getRowByUniqueId](https://examples.bootstrap-table.com/#methods/getRowByUniqueId.html)
+- **Example:** [getRowByUniqueId](https://examples.bootstrap-table.com/#methods/get-row-by-unique-id.html)
 
 ## url