From aacca757a24f2185845b32e0e7246f32714d8713 Mon Sep 17 00:00:00 2001 From: Gaurav Kumar Date: Tue, 1 Oct 2024 15:55:22 +0530 Subject: [PATCH] docs(react-query): Fix broken route on eslint-plugin-query.md --- docs/eslint/eslint-plugin-query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eslint/eslint-plugin-query.md b/docs/eslint/eslint-plugin-query.md index d33a597b76f..759a461cd6d 100644 --- a/docs/eslint/eslint-plugin-query.md +++ b/docs/eslint/eslint-plugin-query.md @@ -96,4 +96,4 @@ Alternatively, add `@tanstack/query` to the plugins section, and configure the r - [@tanstack/query/exhaustive-deps](../exhaustive-deps) - [@tanstack/query/no-rest-destructuring](../no-rest-destructuring) - [@tanstack/query/stable-query-client](../stable-query-client) -- [@tanstack/query/no-unstable-deps](../no-unstable-deps.md) +- [@tanstack/query/no-unstable-deps](../no-unstable-deps)