docs(api): fix broken links in api.md (#6113)

Fix broken cross-links to classes HTTPRequest and HTTPResponse.
This commit is contained in:
Toideng 2020-06-26 12:51:08 +03:00 committed by GitHub
parent adeffbaac1
commit 3760302dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4057,8 +4057,8 @@ This method is identical to `off` and maintained for compatibility with Node's E
[Object]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object "Object"
[Page]: #class-page "Page"
[Promise]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise "Promise"
[HTTPRequest]: #class-request "HTTPRequest"
[HTTPResponse]: #class-response "HTTPRHTTPesponse"
[HTTPRequest]: #class-httprequest "HTTPRequest"
[HTTPResponse]: #class-httpresponse "HTTPResponse"
[SecurityDetails]: #class-securitydetails "SecurityDetails"
[Serializable]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify#Description "Serializable"
[Target]: #class-target "Target"