From 45bcc6e973e7ee2a8787b17d1db60047e0bb7e75 Mon Sep 17 00:00:00 2001 From: Toideng <37709930+Toideng@users.noreply.github.com> Date: Thu, 25 Jun 2020 22:14:33 +0000 Subject: [PATCH] docs(api.md): fix broken links in api.md Fixes broken cross-links to classes HTTPRequest and HTTPResponse --- docs/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index 954e31550b4d7..0c480d0081447 100644 --- a/docs/api.md +++ b/docs/api.md @@ -4050,8 +4050,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"