mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
docs(java): fix broken link in release notes (#11511)
This commit is contained in:
parent
92e990bc6a
commit
431b57eb50
@ -23,7 +23,7 @@ To do a request on behalf of Playwright's Page, use **new [`property: Page.reque
|
||||
APIResponse res = page.request().get("http://example.com/foo.json");
|
||||
```
|
||||
|
||||
Read more about it in our [API testing guide](./test-api-testing).
|
||||
Read more about it in our [API testing guide](./api-testing).
|
||||
|
||||
### Web-First Assertions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user