docs(web): fix testing guide link (#38006)

Co-authored-by: Harsh Kashyap <Harsh23Kashyap@users.noreply.github.com>
This commit is contained in:
Harsh Kashyap 2026-06-26 18:20:12 +05:30 committed by GitHub
parent 4fbfedd287
commit 5b8679468d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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