diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md index ba81ff6308..d53492394a 100644 --- a/docs/src/release-notes-js.md +++ b/docs/src/release-notes-js.md @@ -61,7 +61,7 @@ title: "Release notes" }; ``` -- [Trace Viewer](./trace-viewer) now shows [API testing requests](./src/test-api-testing). +- [Trace Viewer](./trace-viewer) now shows [API testing requests](./test-api-testing). - `expect().toMatchSnapshot()` now supports anonymous snapshots: when snapshot name is missing, Playwright Test will generate one automatically: