Skip to content

Commit f4524b8

Browse files
Trottrichardlau
authored andcommitted
doc: fix broken link to writableEnded in deprecations doc
PR-URL: #34984 Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 514a538 commit f4524b8

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_response_finished
28402840
[`response.writableFinished`]: #http_response_writablefinished
2841-
[`response.writableEnded`]: #http_response_writableended
2841+
[`response.writableEnded`]: http.html#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)