summaryrefslogtreecommitdiff
path: root/doc/api/util.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-07-14 15:10:10 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-07-14 22:57:03 +0300
commit3ffbbd3eef7a54faf745ae9f9fbc16acb1dd9232 (patch)
tree8670bd629d211edca0593e8b010b945a5abe9e11 /doc/api/util.md
parentcee8677ac4715ef365dbb128c7cdde28427119c3 (diff)
downloadandroid-node-v8-3ffbbd3eef7a54faf745ae9f9fbc16acb1dd9232.tar.gz
android-node-v8-3ffbbd3eef7a54faf745ae9f9fbc16acb1dd9232.tar.bz2
android-node-v8-3ffbbd3eef7a54faf745ae9f9fbc16acb1dd9232.zip
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>
Diffstat (limited to 'doc/api/util.md')
-rw-r--r--doc/api/util.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/util.md b/doc/api/util.md
index f199f211a8..42cdf1b99c 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -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