From 649259ba77dc93e401aa71d828cbc8b9d256dba2 Mon Sep 17 00:00:00 2001 From: Hrusikesh Panda Date: Wed, 8 Jan 2020 18:29:55 -0500 Subject: [PATCH] fix bad link (#1830) --- docs/api/useSortBy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/useSortBy.md b/docs/api/useSortBy.md index 79270f9..679d2e8 100644 --- a/docs/api/useSortBy.md +++ b/docs/api/useSortBy.md @@ -49,7 +49,7 @@ The following options are supported via the main options object passed to `useTa - When `true`, the `sortBy` state will automatically reset if any of the following conditions are met: - `data` is changed - To disable, set to `false` - - For more information see the FAQ ["How do I stop my table state from automatically resetting when my data changes?"](./faq#how-do-i-stop-my-table-state-from-automatically-resetting-when-my-data-changes) + - For more information see the FAQ ["How do I stop my table state from automatically resetting when my data changes?"](../faq.md#how-do-i-stop-my-table-state-from-automatically-resetting-when-my-data-changes) ### Column Options