From a0656ff863ee2e0425641d86cc1fa870cd62debf Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 29 Aug 2020 22:29:40 -0700 Subject: [PATCH] doc: fix broken link to response.finished in deprecations doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/34982 Reviewed-By: Harshitha K P Reviewed-By: Michaƫl Zasso --- doc/api/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 2c38624a08b1dd..c3d30084f52430 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2836,7 +2836,7 @@ The [`crypto.Certificate()` constructor][] is deprecated. Use [`response.socket`]: http.html#http_response_socket [`response.connection`]: http.html#http_response_connection [`response.end()`]: http.html#http_response_end_data_encoding_callback -[`response.finished`]: #http_response_finished +[`response.finished`]: http.html#http_response_finished [`response.writableFinished`]: #http_response_writablefinished [`response.writableEnded`]: http.html#http_response_writableended [`script.createCachedData()`]: vm.html#vm_script_createcacheddata