From 23389a082fe8d272d8a9c8ac212ba0ad584f7f0e 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 e712235deb8c78..6773ca2f8e65e8 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2655,7 +2655,7 @@ const moduleParents = Object.values(require.cache) [`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