diff --git a/docs/api/useSortBy.md b/docs/api/useSortBy.md index 79270f9941..679d2e8d8e 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