Skip to content

Commit 23389a0

Browse files
Trottaddaleax
authored andcommitted
doc: fix broken link to response.finished in deprecations doc
PR-URL: #34982 Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 4e2415f commit 23389a0

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
@@ -2655,7 +2655,7 @@ const moduleParents = Object.values(require.cache)
26552655
[`response.socket`]: http.html#http_response_socket
26562656
[`response.connection`]: http.html#http_response_connection
26572657
[`response.end()`]: http.html#http_response_end_data_encoding_callback
2658-
[`response.finished`]: #http_response_finished
2658+
[`response.finished`]: http.html#http_response_finished
26592659
[`response.writableFinished`]: #http_response_writablefinished
26602660
[`response.writableEnded`]: http.html#http_response_writableended
26612661
[`script.createCachedData()`]: vm.html#vm_script_createcacheddata

0 commit comments

Comments
 (0)