Skip to content

Commit bfade5a

Browse files
committed
doc: remove unused/duplicated reference links
PR-URL: #13066 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 8250bfd commit bfade5a

9 files changed

+0
-13
lines changed

doc/api/child_process.md

-2
Original file line numberDiff line numberDiff line change
@@ -1272,8 +1272,6 @@ to `stdout` although there are only 4 characters.
12721272
[`Error`]: errors.html#errors_class_error
12731273
[`EventEmitter`]: events.html#events_class_eventemitter
12741274
[`JSON.stringify()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
1275-
[`Uint8Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array
1276-
[`child.channel`]: #child_process_child_channel
12771275
[`child.connected`]: #child_process_child_connected
12781276
[`child.disconnect()`]: #child_process_child_disconnect
12791277
[`child.kill()`]: #child_process_child_kill_signal

doc/api/crypto.md

-2
Original file line numberDiff line numberDiff line change
@@ -2238,12 +2238,10 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL.
22382238
[HTML5's `keygen` element]: http://www.w3.org/TR/html5/forms.html#the-keygen-element
22392239
[NIST SP 800-131A]: http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar1.pdf
22402240
[NIST SP 800-132]: http://csrc.nist.gov/publications/nistpubs/800-132/nist-sp800-132.pdf
2241-
[OpenSSL cipher list format]: https://www.openssl.org/docs/man1.0.2/apps/ciphers.html#CIPHER-LIST-FORMAT
22422241
[OpenSSL's SPKAC implementation]: https://www.openssl.org/docs/man1.0.2/apps/spkac.html
22432242
[RFC 2412]: https://www.rfc-editor.org/rfc/rfc2412.txt
22442243
[RFC 3526]: https://www.rfc-editor.org/rfc/rfc3526.txt
22452244
[RFC 4055]: https://www.rfc-editor.org/rfc/rfc4055.txt
22462245
[initialization vector]: https://en.wikipedia.org/wiki/Initialization_vector
2247-
[publicly trusted list of CAs]: https://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt
22482246
[stream-writable-write]: stream.html#stream_writable_write_chunk_encoding_callback
22492247
[stream]: stream.html

doc/api/debugger.md

-1
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,3 @@ debugging sessions.)
195195

196196
[Chrome Debugging Protocol]: https://chromedevtools.github.io/debugger-protocol-viewer/
197197
[TCP-based protocol]: #debugger_tcp_based_protocol
198-
[V8 Inspector Integration]: #debugger_v8_inspector_integration_for_node_js

doc/api/dgram.md

-1
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@ and `udp6` sockets). The bound address and port can be retrieved using
499499
[`socket.address().address`][] and [`socket.address().port`][].
500500

501501
[`'close'`]: #dgram_event_close
502-
[`Buffer`]: buffer.html
503502
[`Error`]: errors.html#errors_class_error
504503
[`EventEmitter`]: events.html
505504
[`close()`]: #dgram_socket_close_callback

doc/api/fs.md

-1
Original file line numberDiff line numberDiff line change
@@ -2791,7 +2791,6 @@ The following constants are meant for use with the [`fs.Stats`][] object's
27912791
[`ReadDirectoryChangesW`]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365465%28v=vs.85%29.aspx
27922792
[`ReadStream`]: #fs_class_fs_readstream
27932793
[`URL`]: url.html#url_the_whatwg_url_api
2794-
[`Uint8Array`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array
27952794
[`WriteStream`]: #fs_class_fs_writestream
27962795
[`event ports`]: http://illumos.org/man/port_create
27972796
[`fs.FSWatcher`]: #fs_class_fs_fswatcher

doc/api/http.md

-1
Original file line numberDiff line numberDiff line change
@@ -1770,7 +1770,6 @@ There are a few special headers that should be noted.
17701770
[`url.parse()`]: url.html#url_url_parse_urlstring_parsequerystring_slashesdenotehost
17711771
[Readable Stream]: stream.html#stream_class_stream_readable
17721772
[Writable Stream]: stream.html#stream_class_stream_writable
1773-
[constructor options]: #http_new_agent_options
17741773
[socket.unref()]: net.html#net_socket_unref
17751774
[unspecified IPv4 address]: https://en.wikipedia.org/wiki/0.0.0.0
17761775
[unspecified IPv6 address]: https://en.wikipedia.org/wiki/IPv6_address#Unspecified_address

doc/api/https.md

-3
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,6 @@ const req = https.request(options, (res) => {
228228
```
229229

230230
[`Agent`]: #https_class_https_agent
231-
[`Buffer`]: buffer.html#buffer_buffer
232-
[`SSL_METHODS`]: https://www.openssl.org/docs/man1.0.2/ssl/ssl.html#DEALING-WITH-PROTOCOL-METHODS
233-
[`globalAgent`]: #https_https_globalagent
234231
[`http.Agent`]: http.html#http_class_http_agent
235232
[`http.Server#setTimeout()`]: http.html#http_server_settimeout_msecs_callback
236233
[`http.Server#timeout`]: http.html#http_server_timeout

doc/api/n-api.md

-1
Original file line numberDiff line numberDiff line change
@@ -2971,7 +2971,6 @@ callback invocation, even if it has been successfully cancelled.
29712971
[`napi_create_range_error`]: #n_api_napi_create_range_error
29722972
[`napi_create_reference`]: #n_api_napi_create_reference
29732973
[`napi_create_type_error`]: #n_api_napi_create_type_error
2974-
[`napi_define_class`]: #n_api_napi_define_class
29752974
[`napi_delete_async_work`]: #n_api_napi_delete_async_work
29762975
[`napi_define_class`]: #n_api_napi_define_class
29772976
[`napi_delete_reference`]: #n_api_napi_delete_reference

doc/api/net.md

-1
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,6 @@ Returns true if input is a version 6 IP address, otherwise returns false.
10611061
[`net.Server`]: #net_class_net_server
10621062
[`net.Socket`]: #net_class_net_socket
10631063
[`net.connect()`]: #net_net_connect
1064-
[`net.connect()`]: #net_net_connect
10651064
[`net.connect(options)`]: #net_net_connect_options_connectlistener
10661065
[`net.connect(path)`]: #net_net_connect_path_connectlistener
10671066
[`net.connect(port, host)`]: #net_net_connect_port_host_connectlistener

0 commit comments

Comments
 (0)