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