Skip to content

Commit a0656ff

Browse files
Trottrichardlau
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 f4524b8 commit a0656ff

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
@@ -2836,7 +2836,7 @@ The [`crypto.Certificate()` constructor][] is deprecated. Use
28362836
[`response.socket`]: http.html#http_response_socket
28372837
[`response.connection`]: http.html#http_response_connection
28382838
[`response.end()`]: http.html#http_response_end_data_encoding_callback
2839-
[`response.finished`]: #http_response_finished
2839+
[`response.finished`]: http.html#http_response_finished
28402840
[`response.writableFinished`]: #http_response_writablefinished
28412841
[`response.writableEnded`]: http.html#http_response_writableended
28422842
[`script.createCachedData()`]: vm.html#vm_script_createcacheddata

0 commit comments

Comments
 (0)