Skip to content

Commit edb5c6a

Browse files
committed
doc: fix broken references
1 parent 5e90edc commit edb5c6a

5 files changed

Lines changed: 7 additions & 8 deletions

File tree

doc/api/globals.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ but rather than loading the module, just return the resolved filename.
207207
[Modules]: modules.html#modules_modules
208208
[native addons]: addons.html
209209
[timers]: timers.html
210-
[`clearImmediate`]: timers.html#timers_clearimmediate_immediateobject
211-
[`clearInterval`]: timers.html#timers_clearinterval_immediateobject
212-
[`clearTimeout`]: timers.html#timers_cleartimeout_timeoutobject
210+
[`clearImmediate`]: timers.html#timers_clearimmediate_immediate
211+
[`clearInterval`]: timers.html#timers_clearinterval_timeout
212+
[`clearTimeout`]: timers.html#timers_cleartimeout_timeout
213213
[`setImmediate`]: timers.html#timers_setimmediate_callback_arg
214214
[`setInterval`]: timers.html#timers_setinterval_callback_delay_arg
215215
[`setTimeout`]: timers.html#timers_settimeout_callback_delay_arg

doc/api/net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ Returns true if input is a version 6 IP address, otherwise returns false.
912912
[`'timeout'`]: #net_event_timeout
913913
[`child_process.fork()`]: child_process.html#child_process_child_process_fork_modulepath_args_options
914914
[`connect()`]: #net_socket_connect_options_connectlistener
915-
[`destroy()`]: #net_socket_destroy
915+
[`destroy()`]: #net_socket_destroy_exception
916916
[`dns.lookup()`]: dns.html#dns_dns_lookup_hostname_options_callback
917917
[`dns.lookup()` hints]: dns.html#dns_supported_getaddrinfo_flags
918918
[`end()`]: #net_socket_end_data_encoding

doc/api/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1664,7 +1664,7 @@ cases:
16641664
[`process.argv`]: #process_process_argv
16651665
[`process.exit()`]: #process_process_exit_code
16661666
[`process.kill()`]: #process_process_kill_pid_signal
1667-
[`process.execPath`]: #process_process_execPath
1667+
[`process.execPath`]: #process_process_execpath
16681668
[`promise.catch()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/catch
16691669
[`require.main`]: modules.html#modules_accessing_the_main_module
16701670
[`setTimeout(fn, 0)`]: timers.html#timers_settimeout_callback_delay_arg

doc/api/timers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Cancels a `Timeout` object created by [`setTimeout()`][].
164164

165165

166166
[the Node.js Event Loop]: https://github.com/nodejs/node/blob/master/doc/topics/the-event-loop-timers-and-nexttick.md
167-
[`TypeError`]: errors.html#errors_class_typerror
167+
[`TypeError`]: errors.html#errors_class_typeerror
168168
[`clearImmediate()`]: timers.html#timers_clearimmediate_immediate
169169
[`clearInterval()`]: timers.html#timers_clearinterval_timeout
170170
[`clearTimeout()`]: timers.html#timers_cleartimeout_timeout

doc/api/zlib.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ added: v0.7.0
386386

387387
## zlib.constants
388388

389-
Provides an object enumerating Zlib-related [constants][].
389+
Provides an object enumerating Zlib-related constants.
390390

391391
Reset the compressor/decompressor to factory defaults. Only applicable to
392392
the inflate and deflate algorithms.
@@ -542,4 +542,3 @@ Decompress a Buffer or string with Unzip.
542542
[Unzip]: #zlib_class_zlib_unzip
543543
[`.flush()`]: #zlib_zlib_flush_kind_callback
544544
[Buffer]: buffer.html
545-
[constants]: #constants_constants

0 commit comments

Comments
 (0)