Skip to content

Commit 79c6d92

Browse files
Trottruyadorno
authored andcommitted
doc: fix broken links in deprecations.md
PR-URL: #35109 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 314483c commit 79c6d92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/deprecations.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2693,8 +2693,8 @@ The [`crypto.Certificate()` constructor][] is deprecated. Use
26932693
[`response.connection`]: http.html#http_response_connection
26942694
[`response.end()`]: http.html#http_response_end_data_encoding_callback
26952695
[`response.finished`]: http.html#http_response_finished
2696-
[`response.writableFinished`]: #http_response_writablefinished
2697-
[`response.writableEnded`]: #http_response_writableended
2696+
[`response.writableFinished`]: http.html#http_response_writablefinished
2697+
[`response.writableEnded`]: http.html#http_response_writableended
26982698
[`script.createCachedData()`]: vm.html#vm_script_createcacheddata
26992699
[`setInterval()`]: timers.html#timers_setinterval_callback_delay_args
27002700
[`setTimeout()`]: timers.html#timers_settimeout_callback_delay_args

0 commit comments

Comments
 (0)