Skip to content

Commit

Permalink
docs(api): fix broken links in api.md (#6113)
Browse files Browse the repository at this point in the history
Fix broken cross-links to classes HTTPRequest and HTTPResponse.
  • Loading branch information
Toideng committed Jun 26, 2020
1 parent adeffba commit 3760302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.md
Expand Up @@ -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"
Expand Down

0 comments on commit 3760302

Please sign in to comment.