From 3760302dfe37849903b9297e2e61636f1ac3625e Mon Sep 17 00:00:00 2001 From: Toideng <37709930+Toideng@users.noreply.github.com> Date: Fri, 26 Jun 2020 12:51:08 +0300 Subject: [PATCH] docs(api): fix broken links in api.md (#6113) Fix 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 cdd21870f1bff..7737d15bf6321 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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"