docs(java): fix broken link in release notes (#11511)

This commit is contained in:
Max Schmitt 2022-01-20 14:31:54 +01:00 committed by GitHub
parent 92e990bc6a
commit 431b57eb50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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