From 5b8679468d465db22d49eb4c783be45276101895 Mon Sep 17 00:00:00 2001 From: Harsh Kashyap Date: Fri, 26 Jun 2026 18:20:12 +0530 Subject: [PATCH] docs(web): fix testing guide link (#38006) Co-authored-by: Harsh Kashyap --- web/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/README.md b/web/README.md index 1a0e526a262..645b16ad712 100644 --- a/web/README.md +++ b/web/README.md @@ -148,7 +148,7 @@ Before writing tests, use the script to analyze component complexity: pnpm analyze-component app/components/your-component/index.tsx ``` -This will help you determine the testing strategy. See [web/testing/testing.md] for details. +This will help you determine the testing strategy. See [web/docs/test.md] for details. ## Documentation