diff --git a/docs/src/release-notes-java.md b/docs/src/release-notes-java.md index 2660747c3f..dd64943ae9 100644 --- a/docs/src/release-notes-java.md +++ b/docs/src/release-notes-java.md @@ -54,7 +54,7 @@ Read more about it in our [API testing guide](./api-testing). ### Web-First Assertions -Playwright for Java 1.18 introduces [Web-First Assertions](./api/test-assertions). +Playwright for Java 1.18 introduces [Web-First Assertions](./test-assertions). Consider the following example: @@ -78,7 +78,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/test-assertions). +Read more in [our documentation](./test-assertions). ### Locator Improvements diff --git a/docs/src/release-notes-python.md b/docs/src/release-notes-python.md index f856f1e37a..3df16e28cf 100644 --- a/docs/src/release-notes-python.md +++ b/docs/src/release-notes-python.md @@ -64,7 +64,7 @@ Read more in [our documentation](./api/class-apirequestcontext). ### Web-First Assertions -Playwright for Python 1.18 introduces [Web-First Assertions](./api/test-assertions). +Playwright for Python 1.18 introduces [Web-First Assertions](./test-assertions). Consider the following example: @@ -91,7 +91,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/test-assertions). +Read more in [our documentation](./test-assertions). ### Locator Improvements