Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-04-08 04:18:27 +0300
committercjihrig <cjihrig@gmail.com>2019-04-09 23:43:04 +0300
commit1656cd2edbf566acd1c1efc299bd712df59e2847 (patch)
treec4438fbcb6661d79000072a4583d8cc5963699f6 /doc/api/v8.md
parent643a2fa447dd50644039d1ca1ce15c6d4d03bce4 (diff)
doc: remove outdated link
The community maintained material hasn't been updated for almost five years, corresponds to Node 0.11, and is no longer accurate. This commit removes the references. PR-URL: https://github.com/nodejs/node/pull/27126 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/v8.md')
-rw-r--r--doc/api/v8.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/api/v8.md b/doc/api/v8.md
index b072109a7d7..9949720cf68 100644
--- a/doc/api/v8.md
+++ b/doc/api/v8.md
@@ -165,8 +165,7 @@ after the VM has started may result in unpredictable behavior, including
crashes and data loss; or it may simply do nothing.
The V8 options available for a version of Node.js may be determined by running
-`node --v8-options`. An unofficial, community-maintained list of options
-and their effects is available [here][].
+`node --v8-options`.
Usage:
@@ -488,4 +487,3 @@ A subclass of [`Deserializer`][] corresponding to the format written by
[HTML structured clone algorithm]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm
[V8]: https://developers.google.com/v8/
[Worker Threads]: worker_threads.html
-[here]: https://github.com/thlorenz/v8-flags/blob/master/flags-0.11.md