From 354d9bed143714ee5cdd91d49eb720d3845b5091 Mon Sep 17 00:00:00 2001 From: Jeff Emery Date: Sun, 29 Mar 2020 11:12:41 -0600 Subject: [PATCH] Fix FAQ path in useFilters.md (#2067) Path just needed to back up ./ to ../ --- docs/api/useFilters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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