From e5c2d6ba840224a667183bf6697cb7969e4b6d6d Mon Sep 17 00:00:00 2001 From: Stuart Casarotto Date: Wed, 18 Mar 2020 17:37:15 -0400 Subject: [PATCH] Fixed Example links for Controlled Pagination. (#1987) --- docs/api/usePagination.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/usePagination.md b/docs/api/usePagination.md index a2b87f8..ef833ba 100644 --- a/docs/api/usePagination.md +++ b/docs/api/usePagination.md @@ -81,5 +81,5 @@ The following values are provided to the table `instance`: - [Source](https://github.com/tannerlinsley/react-table/tree/master/examples/pagination) - [Open in CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/pagination) - Controlled Pagination - - [Source](https://github.com/tannerlinsley/react-table/tree/master/examples/pagination) - - [Open in CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/pagination) + - [Source](https://github.com/tannerlinsley/react-table/tree/master/examples/pagination-controlled) + - [Open in CodeSandbox](https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/pagination-controlled)