Skip to content

Commit 3070d53

Browse files
vsemozhetbytBridgeAR
authored andcommitted
doc: fix new nits in links
PR-URL: #15449 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent 784cdad commit 3070d53

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/api/http.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1959,7 +1959,7 @@ const req = http.request(options, (res) => {
19591959
[`agent.createConnection()`]: #http_agent_createconnection_options_callback
19601960
[`agent.getName()`]: #http_agent_getname_options
19611961
[`destroy()`]: #http_agent_destroy
1962-
[`getHeader(name)`]: #requestgetheadername
1962+
[`getHeader(name)`]: #http_request_getheader_name
19631963
[`http.Agent`]: #http_class_http_agent
19641964
[`http.ClientRequest`]: #http_class_http_clientrequest
19651965
[`http.IncomingMessage`]: #http_class_http_incomingmessage
@@ -1974,7 +1974,7 @@ const req = http.request(options, (res) => {
19741974
[`net.Server`]: net.html#net_class_net_server
19751975
[`net.Socket`]: net.html#net_class_net_socket
19761976
[`net.createConnection()`]: net.html#net_net_createconnection_options_connectlistener
1977-
[`removeHeader(name)`]: #requestremoveheadername
1977+
[`removeHeader(name)`]: #http_request_removeheader_name
19781978
[`request.end()`]: #http_request_end_data_encoding_callback
19791979
[`request.setTimeout()`]: #http_request_settimeout_timeout_callback
19801980
[`request.socket`]: #http_request_socket
@@ -1988,7 +1988,7 @@ const req = http.request(options, (res) => {
19881988
[`response.writeContinue()`]: #http_response_writecontinue
19891989
[`response.writeHead()`]: #http_response_writehead_statuscode_statusmessage_headers
19901990
[`server.timeout`]: #http_server_timeout
1991-
[`setHeader(name, value)`]: #requestsetheadername-value
1991+
[`setHeader(name, value)`]: #http_request_setheader_name_value
19921992
[`socket.setKeepAlive()`]: net.html#net_socket_setkeepalive_enable_initialdelay
19931993
[`socket.setNoDelay()`]: net.html#net_socket_setnodelay_nodelay
19941994
[`socket.setTimeout()`]: net.html#net_socket_settimeout_timeout_callback

doc/api/n-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3661,7 +3661,7 @@ NAPI_EXTERN napi_status napi_run_script(napi_env env,
36613661
- `[out] result`: The value resulting from having executed the script.
36623662

36633663
[Promises]: #n_api_promises
3664-
[Simple Asynchronous Operations]: #n_api_asynchronous_operations
3664+
[Simple Asynchronous Operations]: #n_api_simple_asynchronous_operations
36653665
[Custom Asynchronous Operations]: #n_api_custom_asynchronous_operations
36663666
[Basic N-API Data Types]: #n_api_basic_n_api_data_types
36673667
[ECMAScript Language Specification]: https://tc39.github.io/ecma262/

doc/api/process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1892,7 +1892,7 @@ cases:
18921892
[`promise.catch()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/catch
18931893
[`require()`]: globals.html#globals_require
18941894
[`require.main`]: modules.html#modules_accessing_the_main_module
1895-
[`require.resolve()`]: globals.html#globals_require_resolve
1895+
[`require.resolve()`]: modules.html#modules_require_resolve
18961896
[`setTimeout(fn, 0)`]: timers.html#timers_settimeout_callback_delay_args
18971897
[Child Process]: child_process.html
18981898
[Cluster]: cluster.html

0 commit comments

Comments
 (0)