Skip to content

Commit d5fa6a8

Browse files
committed
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 4a20472 commit d5fa6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2860,7 +2860,7 @@ The [`crypto.Certificate()` constructor][] is deprecated. Use
28602860
[`response.end()`]: http.html#http_response_end_data_encoding_callback
28612861
[`response.finished`]: http.html#http_response_finished
28622862
[`response.writableFinished`]: #http_response_writablefinished
2863-
[`response.writableEnded`]: http.html#http_response_writableended
2863+
[`response.writableEnded`]: #http_response_writableended
28642864
[`script.createCachedData()`]: vm.html#vm_script_createcacheddata
28652865
[`setInterval()`]: timers.html#timers_setinterval_callback_delay_args
28662866
[`setTimeout()`]: timers.html#timers_settimeout_callback_delay_args

0 commit comments

Comments
 (0)