From fff4681c6c49d40012c37fd1f3a68a500e1da507 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 14 Mar 2022 20:25:26 +0100 Subject: [PATCH] docs: fix broken release-notes links (#12747) --- docs/src/release-notes-csharp.md | 4 ++-- docs/src/release-notes-java.md | 2 +- docs/src/release-notes-python.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/release-notes-csharp.md b/docs/src/release-notes-csharp.md index 8d34298e7a..bbee7a3fff 100644 --- a/docs/src/release-notes-csharp.md +++ b/docs/src/release-notes-csharp.md @@ -9,7 +9,7 @@ title: "Release notes" ### Web-First Assertions -Playwright for .NET 1.20 introduces [Web-First Assertions](./api/class-playwrightassertions). +Playwright for .NET 1.20 introduces [Web-First Assertions](./test-assertions). Consider the following example: @@ -36,7 +36,7 @@ fetched Node has the `"Submitted"` text. It will be re-fetching the node and checking it over and over, until the condition is met or until the timeout is reached. You can pass this timeout as an option. -Read more in [our documentation](./api/class-playwrightassertions). +Read more in [our documentation](./test-assertions). ### Other Updates diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index 008f9c6f4d..d8904f7e4e 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -12,7 +12,7 @@ title: "Release notes" - New options for methods [`method: Page.screenshot`], [`method: Locator.screenshot`] and [`method: ElementHandle.screenshot`]: * Option `ScreenshotAnimations.DISABLED` rewinds all CSS animations and transitions to a consistent state * Option `mask: Locator[]` masks given elements, overlaying them with pink `#FF00FF` boxes. -- [Trace Viewer](./trace-viewer) now shows [API testing requests](./src/test-api-testing). +- [Trace Viewer](./trace-viewer) now shows [API testing requests](./api-testing). - [`method: Locator.highlight`] visually reveals element(s) for easier debugging. ### Announcements diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index 9d67f4edfc..8ee2ac1348 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -12,7 +12,7 @@ title: "Release notes" - New options for methods [`method: Page.screenshot`], [`method: Locator.screenshot`] and [`method: ElementHandle.screenshot`]: * Option `animations: "disabled"` rewinds all CSS animations and transitions to a consistent state * Option `mask: Locator[]` masks given elements, overlaying them with pink `#FF00FF` boxes. -- [Trace Viewer](./trace-viewer) now shows [API testing requests](./src/test-api-testing). +- [Trace Viewer](./trace-viewer) now shows [API testing requests](./api-testing). - [`method: Locator.highlight`] visually reveals element(s) for easier debugging. ### Announcements