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:32:12 +0300
committerRich Trott <rtrott@gmail.com>2020-09-01 17:46:22 +0300
commitd5fa6a8f1b71aba24f5f207a943fb0a3142a774a (patch)
tree1c3a211337c8cedce332a0e61a885dd83abf56d6 /doc/api/deprecations.md
parent4a20472cc8dade5e89fd286ff8a72da994ab991f (diff)
doc: fix broken link to response.writableFinished in deprecations doc
PR-URL: https://github.com/nodejs/node/pull/34983 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 9a9ac9558f7..5db7fcca24c 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2860,7 +2860,7 @@ The [`crypto.Certificate()` constructor][] is deprecated. Use
[`response.end()`]: http.html#http_response_end_data_encoding_callback
[`response.finished`]: http.html#http_response_finished
[`response.writableFinished`]: #http_response_writablefinished
-[`response.writableEnded`]: http.html#http_response_writableended
+[`response.writableEnded`]: #http_response_writableended
[`script.createCachedData()`]: vm.html#vm_script_createcacheddata
[`setInterval()`]: timers.html#timers_setinterval_callback_delay_args
[`setTimeout()`]: timers.html#timers_settimeout_callback_delay_args