Skip to content

Commit 3ffbbd3

Browse files
committed
doc: prevent some redirections
Replace some redirected URLs with the final ones. PR-URL: #21811 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent cee8677 commit 3ffbbd3

14 files changed

+20
-20
lines changed

doc/api/async_hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,6 @@ never be called.
726726
[`destroy` callback]: #async_hooks_destroy_asyncid
727727
[`init` callback]: #async_hooks_init_asyncid_type_triggerasyncid_resource
728728
[Hook Callbacks]: #async_hooks_hook_callbacks
729-
[PromiseHooks]: https://docs.google.com/document/d/1rda3yKGHimKIhg5YeoAmCOtyURgsbTH_qaYR79FELlk
729+
[PromiseHooks]: https://docs.google.com/document/d/1rda3yKGHimKIhg5YeoAmCOtyURgsbTH_qaYR79FELlk/edit
730730
[promise execution tracking]: #async_hooks_promise_execution_tracking
731731
[`Worker`]: worker_threads.html#worker_threads_class_worker

doc/api/crypto.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2739,9 +2739,9 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL.
27392739
[Crypto Constants]: #crypto_crypto_constants_1
27402740
[HTML 5.2]: https://www.w3.org/TR/html52/changes.html#features-removed
27412741
[HTML5's `keygen` element]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen
2742-
[NIST SP 800-131A]: http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar1.pdf
2743-
[NIST SP 800-132]: http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf
2744-
[NIST SP 800-38D]: http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
2742+
[NIST SP 800-131A]: https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar1.pdf
2743+
[NIST SP 800-132]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf
2744+
[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
27452745
[Nonce-Disrespecting Adversaries]: https://github.com/nonce-disrespect/nonce-disrespect
27462746
[OpenSSL's SPKAC implementation]: https://www.openssl.org/docs/man1.1.0/apps/openssl-spkac.html
27472747
[RFC 2412]: https://www.rfc-editor.org/rfc/rfc2412.txt

doc/api/deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1086,5 +1086,5 @@ The option `produceCachedData` has been deprecated. Use
10861086
[alloc_unsafe_size]: buffer.html#buffer_class_method_buffer_allocunsafe_size
10871087
[from_arraybuffer]: buffer.html#buffer_class_method_buffer_from_arraybuffer_byteoffset_length
10881088
[from_string_encoding]: buffer.html#buffer_class_method_buffer_from_string_encoding
1089-
[NIST SP 800-38D]: http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
1089+
[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
10901090
[`REPLServer.clearBufferedCommand()`]: repl.html#repl_replserver_clearbufferedcommand

doc/api/fs.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4609,7 +4609,7 @@ the file contents.
46094609
[`Buffer.byteLength`]: buffer.html#buffer_class_method_buffer_bytelength_string_encoding
46104610
[`Buffer`]: buffer.html#buffer_buffer
46114611
[`FSEvents`]: https://developer.apple.com/documentation/coreservices/file_system_events
4612-
[`ReadDirectoryChangesW`]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365465%28v=vs.85%29.aspx
4612+
[`ReadDirectoryChangesW`]: https://docs.microsoft.com/en-us/windows/desktop/api/winbase/nf-winbase-readdirectorychangesw
46134613
[`ReadStream`]: #fs_class_fs_readstream
46144614
[`URL`]: url.html#url_the_whatwg_url_api
46154615
[`UV_THREADPOOL_SIZE`]: cli.html#cli_uv_threadpool_size_size
@@ -4649,13 +4649,13 @@ the file contents.
46494649
[Caveats]: #fs_caveats
46504650
[Common System Errors]: errors.html#errors_common_system_errors
46514651
[FS Constants]: #fs_fs_constants_1
4652-
[MDN-Date]: https://developer.mozilla.org/en-US/JavaScript/Reference/Global_Objects/Date
4652+
[MDN-Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date
46534653
[MDN-Number]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type
46544654
[MSDN-Rel-Path]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file#fully-qualified-vs-relative-paths
46554655
[Readable Streams]: stream.html#stream_class_stream_readable
46564656
[Writable Stream]: stream.html#stream_class_stream_writable
46574657
[inode]: https://en.wikipedia.org/wiki/Inode
4658-
[Naming Files, Paths, and Namespaces]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx
4659-
[MSDN-Using-Streams]: https://msdn.microsoft.com/en-us/library/windows/desktop/bb540537.aspx
4658+
[Naming Files, Paths, and Namespaces]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file
4659+
[MSDN-Using-Streams]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams
46604660
[support of file system `flags`]: #fs_file_system_flags
46614661
[File Access Constants]: #fs_file_access_constants

doc/api/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@
6161
<div class="line"></div>
6262

6363
* [GitHub Repo & Issue Tracker](https://github.com/nodejs/node)
64-
* [Mailing List](https://groups.google.com/group/nodejs)
64+
* [Mailing List](https://groups.google.com/forum/#!forum/nodejs)

doc/api/intl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ to be helpful:
209209
[BUILDING.md#full-icu]: https://github.com/nodejs/node/blob/master/BUILDING.md#build-with-full-icu-support-all-locales-supported-by-icu
210210
[ECMA-262]: https://tc39.github.io/ecma262/
211211
[ECMA-402]: https://tc39.github.io/ecma402/
212-
[ICU]: http://icu-project.org/
212+
[ICU]: http://site.icu-project.org/
213213
[REPL]: repl.html#repl_repl
214214
[Test262]: https://github.com/tc39/test262/tree/master/test/intl402
215215
[WHATWG URL parser]: url.html#url_the_whatwg_url_api

doc/api/path.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -564,4 +564,4 @@ of the `path` methods.
564564
[`path.sep`]: #path_path_sep
565565
[`path.win32`]: #path_path_win32
566566
[MSDN-Rel-Path]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file#fully-qualified-vs-relative-paths
567-
[namespace-prefixed path]: https://msdn.microsoft.com/library/windows/desktop/aa365247(v=vs.85).aspx#namespaces
567+
[namespace-prefixed path]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file#namespaces

doc/api/process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2080,7 +2080,7 @@ cases:
20802080
[Cluster]: cluster.html
20812081
[debugger]: debugger.html
20822082
[Duplex]: stream.html#stream_duplex_and_transform_streams
2083-
[LTS]: https://github.com/nodejs/LTS/
2083+
[LTS]: https://github.com/nodejs/Release
20842084
[note on process I/O]: process.html#process_a_note_on_process_i_o
20852085
[process_emit_warning]: #process_process_emitwarning_warning_type_code_ctor
20862086
[process_warning]: #process_event_warning

doc/api/punycode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,5 @@ added: v0.6.1
149149

150150
Returns a string identifying the current [Punycode.js][] version number.
151151

152-
[Punycode.js]: https://mths.be/punycode
152+
[Punycode.js]: https://github.com/bestiejs/punycode.js
153153
[Punycode]: https://tools.ietf.org/html/rfc3492

doc/api/repl.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -619,10 +619,10 @@ possible to connect to a long-running Node.js process without restarting it.
619619

620620
For an example of running a "full-featured" (`terminal`) REPL over
621621
a `net.Server` and `net.Socket` instance, see:
622-
[https://gist.github.com/2209310](https://gist.github.com/2209310).
622+
[https://gist.github.com/TooTallNate/2209310](https://gist.github.com/TooTallNate/2209310).
623623

624624
For an example of running a REPL instance over [curl(1)][], see:
625-
[https://gist.github.com/2053342](https://gist.github.com/2053342).
625+
[https://gist.github.com/TooTallNate/2053342](https://gist.github.com/TooTallNate/2053342).
626626

627627
[`'uncaughtException'`]: process.html#process_event_uncaughtexception
628628
[`--experimental-repl-await`]: cli.html#cli_experimental_repl_await

doc/api/timers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,4 @@ Cancels a `Timeout` object created by [`setTimeout()`][].
271271
[`setInterval()`]: timers.html#timers_setinterval_callback_delay_args
272272
[`setTimeout()`]: timers.html#timers_settimeout_callback_delay_args
273273
[`util.promisify()`]: util.html#util_util_promisify_original
274-
[the Node.js Event Loop]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick
274+
[the Node.js Event Loop]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/

doc/api/tls.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,6 @@ where `secureSocket` has the same API as `pair.cleartext`.
14021402
[Stream]: stream.html#stream_stream
14031403
[TLS Session Tickets]: https://www.ietf.org/rfc/rfc5077.txt
14041404
[TLS recommendations]: https://wiki.mozilla.org/Security/Server_Side_TLS
1405-
[asn1.js]: https://npmjs.org/package/asn1.js
1405+
[asn1.js]: https://www.npmjs.com/package/asn1.js
14061406
[modifying the default cipher suite]: #tls_modifying_the_default_tls_cipher_suite
14071407
[specific attacks affecting larger AES key sizes]: https://www.schneier.com/blog/archives/2009/07/another_new_aes.html

doc/api/util.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2132,6 +2132,6 @@ Deprecated predecessor of `console.log`.
21322132
[Module Namespace Object]: https://tc39.github.io/ecma262/#sec-module-namespace-exotic-objects
21332133
[WHATWG Encoding Standard]: https://encoding.spec.whatwg.org/
21342134
[Common System Errors]: errors.html#errors_common_system_errors
2135-
[constructor]: https://developer.mozilla.org/en-US/JavaScript/Reference/Global_Objects/Object/constructor
2135+
[constructor]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/constructor
21362136
[list of deprecated APIS]: deprecations.html#deprecations_list_of_deprecated_apis
21372137
[semantically incompatible]: https://github.com/nodejs/node/issues/4179

doc/api/v8.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -413,4 +413,4 @@ A subclass of [`Deserializer`][] corresponding to the format written by
413413
[V8]: https://developers.google.com/v8/
414414
[`vm.Script`]: vm.html#vm_new_vm_script_code_options
415415
[here]: https://github.com/thlorenz/v8-flags/blob/master/flags-0.11.md
416-
[`GetHeapSpaceStatistics`]: https://v8docs.nodesource.com/node-8.0/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4
416+
[`GetHeapSpaceStatistics`]: https://v8docs.nodesource.com/node-8.9/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4

0 commit comments

Comments
 (0)