From 4a20472cc8dade5e89fd286ff8a72da994ab991f 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 25af5def8d9fca..9a9ac9558f7d7d 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2858,7 +2858,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