Skip to content

Commit 287ce7b

Browse files
Trottrichardlau
authored andcommitted
doc: fix broken link to response.writableFinished in deprecations doc
PR-URL: #34983 Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent a0656ff commit 287ce7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2838,7 +2838,7 @@ The [`crypto.Certificate()` constructor][] is deprecated. Use
28382838
[`response.end()`]: http.html#http_response_end_data_encoding_callback
28392839
[`response.finished`]: http.html#http_response_finished
28402840
[`response.writableFinished`]: #http_response_writablefinished
2841-
[`response.writableEnded`]: http.html#http_response_writableended
2841+
[`response.writableEnded`]: #http_response_writableended
28422842
[`script.createCachedData()`]: vm.html#vm_script_createcacheddata
28432843
[`setInterval()`]: timers.html#timers_setinterval_callback_delay_args
28442844
[`setTimeout()`]: timers.html#timers_settimeout_callback_delay_args

0 commit comments

Comments
 (0)