Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-08-30 08:29:40 +0300
committerRich Trott <rtrott@gmail.com>2020-09-01 17:41:55 +0300
commit4a20472cc8dade5e89fd286ff8a72da994ab991f (patch)
tree7528479d32b56fe19a94fa6f49ba9feaeed30535 /doc/api/deprecations.md
parent772a21c186664f04fc43934af710229e77505a72 (diff)
doc: fix broken link to response.finished in deprecations doc
PR-URL: https://github.com/nodejs/node/pull/34982 Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 25af5def8d9..9a9ac9558f7 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