doc: prevent some redirections
Replace some redirected URLs with the final ones. PR-URL: https://github.com/nodejs/node/pull/21811 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
cee8677ac4
commit
3ffbbd3eef
@ -726,6 +726,6 @@ never be called.
|
||||
[`destroy` callback]: #async_hooks_destroy_asyncid
|
||||
[`init` callback]: #async_hooks_init_asyncid_type_triggerasyncid_resource
|
||||
[Hook Callbacks]: #async_hooks_hook_callbacks
|
||||
[PromiseHooks]: https://docs.google.com/document/d/1rda3yKGHimKIhg5YeoAmCOtyURgsbTH_qaYR79FELlk
|
||||
[PromiseHooks]: https://docs.google.com/document/d/1rda3yKGHimKIhg5YeoAmCOtyURgsbTH_qaYR79FELlk/edit
|
||||
[promise execution tracking]: #async_hooks_promise_execution_tracking
|
||||
[`Worker`]: worker_threads.html#worker_threads_class_worker
|
||||
|
@ -2739,9 +2739,9 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL.
|
||||
[Crypto Constants]: #crypto_crypto_constants_1
|
||||
[HTML 5.2]: https://www.w3.org/TR/html52/changes.html#features-removed
|
||||
[HTML5's `keygen` element]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen
|
||||
[NIST SP 800-131A]: http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar1.pdf
|
||||
[NIST SP 800-132]: http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf
|
||||
[NIST SP 800-38D]: http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
|
||||
[NIST SP 800-131A]: https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar1.pdf
|
||||
[NIST SP 800-132]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf
|
||||
[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
|
||||
[Nonce-Disrespecting Adversaries]: https://github.com/nonce-disrespect/nonce-disrespect
|
||||
[OpenSSL's SPKAC implementation]: https://www.openssl.org/docs/man1.1.0/apps/openssl-spkac.html
|
||||
[RFC 2412]: https://www.rfc-editor.org/rfc/rfc2412.txt
|
||||
|
@ -1086,5 +1086,5 @@ The option `produceCachedData` has been deprecated. Use
|
||||
[alloc_unsafe_size]: buffer.html#buffer_class_method_buffer_allocunsafe_size
|
||||
[from_arraybuffer]: buffer.html#buffer_class_method_buffer_from_arraybuffer_byteoffset_length
|
||||
[from_string_encoding]: buffer.html#buffer_class_method_buffer_from_string_encoding
|
||||
[NIST SP 800-38D]: http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
|
||||
[NIST SP 800-38D]: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
|
||||
[`REPLServer.clearBufferedCommand()`]: repl.html#repl_replserver_clearbufferedcommand
|
||||
|
@ -4609,7 +4609,7 @@ the file contents.
|
||||
[`Buffer.byteLength`]: buffer.html#buffer_class_method_buffer_bytelength_string_encoding
|
||||
[`Buffer`]: buffer.html#buffer_buffer
|
||||
[`FSEvents`]: https://developer.apple.com/documentation/coreservices/file_system_events
|
||||
[`ReadDirectoryChangesW`]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365465%28v=vs.85%29.aspx
|
||||
[`ReadDirectoryChangesW`]: https://docs.microsoft.com/en-us/windows/desktop/api/winbase/nf-winbase-readdirectorychangesw
|
||||
[`ReadStream`]: #fs_class_fs_readstream
|
||||
[`URL`]: url.html#url_the_whatwg_url_api
|
||||
[`UV_THREADPOOL_SIZE`]: cli.html#cli_uv_threadpool_size_size
|
||||
@ -4649,13 +4649,13 @@ the file contents.
|
||||
[Caveats]: #fs_caveats
|
||||
[Common System Errors]: errors.html#errors_common_system_errors
|
||||
[FS Constants]: #fs_fs_constants_1
|
||||
[MDN-Date]: https://developer.mozilla.org/en-US/JavaScript/Reference/Global_Objects/Date
|
||||
[MDN-Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date
|
||||
[MDN-Number]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type
|
||||
[MSDN-Rel-Path]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file#fully-qualified-vs-relative-paths
|
||||
[Readable Streams]: stream.html#stream_class_stream_readable
|
||||
[Writable Stream]: stream.html#stream_class_stream_writable
|
||||
[inode]: https://en.wikipedia.org/wiki/Inode
|
||||
[Naming Files, Paths, and Namespaces]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).aspx
|
||||
[MSDN-Using-Streams]: https://msdn.microsoft.com/en-us/library/windows/desktop/bb540537.aspx
|
||||
[Naming Files, Paths, and Namespaces]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file
|
||||
[MSDN-Using-Streams]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams
|
||||
[support of file system `flags`]: #fs_file_system_flags
|
||||
[File Access Constants]: #fs_file_access_constants
|
||||
|
@ -61,4 +61,4 @@
|
||||
<div class="line"></div>
|
||||
|
||||
* [GitHub Repo & Issue Tracker](https://github.com/nodejs/node)
|
||||
* [Mailing List](https://groups.google.com/group/nodejs)
|
||||
* [Mailing List](https://groups.google.com/forum/#!forum/nodejs)
|
||||
|
@ -209,7 +209,7 @@ to be helpful:
|
||||
[BUILDING.md#full-icu]: https://github.com/nodejs/node/blob/master/BUILDING.md#build-with-full-icu-support-all-locales-supported-by-icu
|
||||
[ECMA-262]: https://tc39.github.io/ecma262/
|
||||
[ECMA-402]: https://tc39.github.io/ecma402/
|
||||
[ICU]: http://icu-project.org/
|
||||
[ICU]: http://site.icu-project.org/
|
||||
[REPL]: repl.html#repl_repl
|
||||
[Test262]: https://github.com/tc39/test262/tree/master/test/intl402
|
||||
[WHATWG URL parser]: url.html#url_the_whatwg_url_api
|
||||
|
@ -564,4 +564,4 @@ of the `path` methods.
|
||||
[`path.sep`]: #path_path_sep
|
||||
[`path.win32`]: #path_path_win32
|
||||
[MSDN-Rel-Path]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file#fully-qualified-vs-relative-paths
|
||||
[namespace-prefixed path]: https://msdn.microsoft.com/library/windows/desktop/aa365247(v=vs.85).aspx#namespaces
|
||||
[namespace-prefixed path]: https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file#namespaces
|
||||
|
@ -2080,7 +2080,7 @@ cases:
|
||||
[Cluster]: cluster.html
|
||||
[debugger]: debugger.html
|
||||
[Duplex]: stream.html#stream_duplex_and_transform_streams
|
||||
[LTS]: https://github.com/nodejs/LTS/
|
||||
[LTS]: https://github.com/nodejs/Release
|
||||
[note on process I/O]: process.html#process_a_note_on_process_i_o
|
||||
[process_emit_warning]: #process_process_emitwarning_warning_type_code_ctor
|
||||
[process_warning]: #process_event_warning
|
||||
|
@ -149,5 +149,5 @@ added: v0.6.1
|
||||
|
||||
Returns a string identifying the current [Punycode.js][] version number.
|
||||
|
||||
[Punycode.js]: https://mths.be/punycode
|
||||
[Punycode.js]: https://github.com/bestiejs/punycode.js
|
||||
[Punycode]: https://tools.ietf.org/html/rfc3492
|
||||
|
@ -619,10 +619,10 @@ possible to connect to a long-running Node.js process without restarting it.
|
||||
|
||||
For an example of running a "full-featured" (`terminal`) REPL over
|
||||
a `net.Server` and `net.Socket` instance, see:
|
||||
[https://gist.github.com/2209310](https://gist.github.com/2209310).
|
||||
[https://gist.github.com/TooTallNate/2209310](https://gist.github.com/TooTallNate/2209310).
|
||||
|
||||
For an example of running a REPL instance over [curl(1)][], see:
|
||||
[https://gist.github.com/2053342](https://gist.github.com/2053342).
|
||||
[https://gist.github.com/TooTallNate/2053342](https://gist.github.com/TooTallNate/2053342).
|
||||
|
||||
[`'uncaughtException'`]: process.html#process_event_uncaughtexception
|
||||
[`--experimental-repl-await`]: cli.html#cli_experimental_repl_await
|
||||
|
@ -271,4 +271,4 @@ Cancels a `Timeout` object created by [`setTimeout()`][].
|
||||
[`setInterval()`]: timers.html#timers_setinterval_callback_delay_args
|
||||
[`setTimeout()`]: timers.html#timers_settimeout_callback_delay_args
|
||||
[`util.promisify()`]: util.html#util_util_promisify_original
|
||||
[the Node.js Event Loop]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick
|
||||
[the Node.js Event Loop]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/
|
||||
|
@ -1402,6 +1402,6 @@ where `secureSocket` has the same API as `pair.cleartext`.
|
||||
[Stream]: stream.html#stream_stream
|
||||
[TLS Session Tickets]: https://www.ietf.org/rfc/rfc5077.txt
|
||||
[TLS recommendations]: https://wiki.mozilla.org/Security/Server_Side_TLS
|
||||
[asn1.js]: https://npmjs.org/package/asn1.js
|
||||
[asn1.js]: https://www.npmjs.com/package/asn1.js
|
||||
[modifying the default cipher suite]: #tls_modifying_the_default_tls_cipher_suite
|
||||
[specific attacks affecting larger AES key sizes]: https://www.schneier.com/blog/archives/2009/07/another_new_aes.html
|
||||
|
@ -2132,6 +2132,6 @@ Deprecated predecessor of `console.log`.
|
||||
[Module Namespace Object]: https://tc39.github.io/ecma262/#sec-module-namespace-exotic-objects
|
||||
[WHATWG Encoding Standard]: https://encoding.spec.whatwg.org/
|
||||
[Common System Errors]: errors.html#errors_common_system_errors
|
||||
[constructor]: https://developer.mozilla.org/en-US/JavaScript/Reference/Global_Objects/Object/constructor
|
||||
[constructor]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/constructor
|
||||
[list of deprecated APIS]: deprecations.html#deprecations_list_of_deprecated_apis
|
||||
[semantically incompatible]: https://github.com/nodejs/node/issues/4179
|
||||
|
@ -413,4 +413,4 @@ A subclass of [`Deserializer`][] corresponding to the format written by
|
||||
[V8]: https://developers.google.com/v8/
|
||||
[`vm.Script`]: vm.html#vm_new_vm_script_code_options
|
||||
[here]: https://github.com/thlorenz/v8-flags/blob/master/flags-0.11.md
|
||||
[`GetHeapSpaceStatistics`]: https://v8docs.nodesource.com/node-8.0/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4
|
||||
[`GetHeapSpaceStatistics`]: https://v8docs.nodesource.com/node-8.9/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4
|
||||
|
Loading…
x
Reference in New Issue
Block a user