Skip to content

Commit d33281b

Browse files
vsemozhetbyttargos
authored andcommitted
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 4ed5d1a commit d33281b

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
@@ -2762,9 +2762,9 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL.
27622762
[Crypto Constants]: #crypto_crypto_constants_1
27632763
[HTML 5.2]: https://www.w3.org/TR/html52/changes.html#features-removed
27642764
[HTML5's `keygen` element]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen
2765-
[NIST SP 800-131A]: http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar1.pdf
2766-
[NIST SP 800-132]: http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf
2767-
[NIST SP 800-38D]: http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
2765+
[NIST SP 800-131A]: https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar1.pdf
2766+
[NIST SP 800-132]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf
2767+
[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
27682768
[Nonce-Disrespecting Adversaries]: https://github.com/nonce-disrespect/nonce-disrespect
27692769
[OpenSSL's SPKAC implementation]: https://www.openssl.org/docs/man1.1.0/apps/openssl-spkac.html
27702770
[RFC 2412]: https://www.rfc-editor.org/rfc/rfc2412.txt

doc/api/deprecations.md

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

doc/api/fs.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4604,7 +4604,7 @@ the file contents.
46044604
[`Buffer.byteLength`]: buffer.html#buffer_class_method_buffer_bytelength_string_encoding
46054605
[`Buffer`]: buffer.html#buffer_buffer
46064606
[`FSEvents`]: https://developer.apple.com/documentation/coreservices/file_system_events
4607-
[`ReadDirectoryChangesW`]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365465%28v=vs.85%29.aspx
4607+
[`ReadDirectoryChangesW`]: https://docs.microsoft.com/en-us/windows/desktop/api/winbase/nf-winbase-readdirectorychangesw
46084608
[`ReadStream`]: #fs_class_fs_readstream
46094609
[`URL`]: url.html#url_the_whatwg_url_api
46104610
[`UV_THREADPOOL_SIZE`]: cli.html#cli_uv_threadpool_size_size
@@ -4644,13 +4644,13 @@ the file contents.
46444644
[Caveats]: #fs_caveats
46454645
[Common System Errors]: errors.html#errors_common_system_errors
46464646
[FS Constants]: #fs_fs_constants_1
4647-
[MDN-Date]: https://developer.mozilla.org/en-US/JavaScript/Reference/Global_Objects/Date
4647+
[MDN-Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date
46484648
[MDN-Number]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type
46494649
[MSDN-Rel-Path]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file#fully-qualified-vs-relative-paths
46504650
[Readable Streams]: stream.html#stream_class_stream_readable
46514651
[Writable Stream]: stream.html#stream_class_stream_writable
46524652
[inode]: https://en.wikipedia.org/wiki/Inode
4653-
[Naming Files, Paths, and Namespaces]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx
4654-
[MSDN-Using-Streams]: https://msdn.microsoft.com/en-us/library/windows/desktop/bb540537.aspx
4653+
[Naming Files, Paths, and Namespaces]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file
4654+
[MSDN-Using-Streams]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams
46554655
[support of file system `flags`]: #fs_file_system_flags
46564656
[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
@@ -253,4 +253,4 @@ Cancels a `Timeout` object created by [`setTimeout()`][].
253253
[`setInterval()`]: timers.html#timers_setinterval_callback_delay_args
254254
[`setTimeout()`]: timers.html#timers_settimeout_callback_delay_args
255255
[`util.promisify()`]: util.html#util_util_promisify_original
256-
[the Node.js Event Loop]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick
256+
[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
@@ -1399,6 +1399,6 @@ where `secureSocket` has the same API as `pair.cleartext`.
13991399
[Stream]: stream.html#stream_stream
14001400
[TLS Session Tickets]: https://www.ietf.org/rfc/rfc5077.txt
14011401
[TLS recommendations]: https://wiki.mozilla.org/Security/Server_Side_TLS
1402-
[asn1.js]: https://npmjs.org/package/asn1.js
1402+
[asn1.js]: https://www.npmjs.com/package/asn1.js
14031403
[modifying the default cipher suite]: #tls_modifying_the_default_tls_cipher_suite
14041404
[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
@@ -2137,6 +2137,6 @@ Deprecated predecessor of `console.log`.
21372137
[Module Namespace Object]: https://tc39.github.io/ecma262/#sec-module-namespace-exotic-objects
21382138
[WHATWG Encoding Standard]: https://encoding.spec.whatwg.org/
21392139
[Common System Errors]: errors.html#errors_common_system_errors
2140-
[constructor]: https://developer.mozilla.org/en-US/JavaScript/Reference/Global_Objects/Object/constructor
2140+
[constructor]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/constructor
21412141
[list of deprecated APIS]: deprecations.html#deprecations_list_of_deprecated_apis
21422142
[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)