Browse Source

Fix #4636: prevPage example link error

zhixin 6 years ago
parent
commit
a854a94a55
1 changed files with 2 additions and 2 deletions
  1. 2 2
      site/docs/api/methods.md

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

@@ -562,7 +562,7 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter)`.
 
   Go to the a specified `page`.
 
-- **Example:** [Select/Prev/Next Page](https://examples.bootstrap-table.com/#methods/select-prev-next-page.html.html)
+- **Example:** [Select/Prev/Next Page](https://examples.bootstrap-table.com/#methods/select-prev-next-page.html)
 
 ## prevPage
 
@@ -572,7 +572,7 @@ The calling method syntax: `$('#table').bootstrapTable('method', parameter)`.
 
   Go to previous page.
 
-- **Example:** [Select/Prev/Next Page](https://examples.bootstrap-table.com/#methods/select-prev-next-page.html.html)
+- **Example:** [Select/Prev/Next Page](https://examples.bootstrap-table.com/#methods/select-prev-next-page.html)
 
 ## nextPage