From 30fda7d88ec9425339cfd03ce0e600564f37a728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Suti=C4=87?= Date: Fri, 4 Apr 2025 10:54:38 +0200 Subject: [PATCH] fix: contributing link http://localhost:3000/query/latest/docs/overview is broken. Change it to point to react overview page. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f401f4db50c..e97bde24de6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,7 +100,7 @@ pnpm i pnpm dev ``` -4. Now you can visit http://localhost:3000/query/latest/docs/overview in the browser and see the changes you make in `tanstack/query/docs` there. +4. Now you can visit http://localhost:3000/query/latest/docs/framework/react/overview in the browser and see the changes you make in `tanstack/query/docs` there. > [!WARNING] > You will need to update the `docs/config.json` file (in `TanStack/query`) if you add a new documentation page!