diff --git a/docs/api/useFilters.md b/docs/api/useFilters.md index 877f21f..7f168c2 100644 --- a/docs/api/useFilters.md +++ b/docs/api/useFilters.md @@ -36,7 +36,7 @@ The following options are supported via the main options object passed to `useTa - When `true`, the `filters` 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#how-do-i-stop-my-table-state-from-automatically-resetting-when-my-data-changes) ### Column Options