浏览代码

Fix #4636: prevPage example link error

zhixin 6 年之前
父节点
当前提交
a854a94a55
共有 1 个文件被更改,包括 2 次插入2 次删除
  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