Skip to content

Commit 1656cd2

Browse files
committed
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: #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>
1 parent 643a2fa commit 1656cd2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/api/v8.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,7 @@ after the VM has started may result in unpredictable behavior, including
165165
crashes and data loss; or it may simply do nothing.
166166

167167
The V8 options available for a version of Node.js may be determined by running
168-
`node --v8-options`. An unofficial, community-maintained list of options
169-
and their effects is available [here][].
168+
`node --v8-options`.
170169

171170
Usage:
172171

@@ -488,4 +487,3 @@ A subclass of [`Deserializer`][] corresponding to the format written by
488487
[HTML structured clone algorithm]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm
489488
[V8]: https://developers.google.com/v8/
490489
[Worker Threads]: worker_threads.html
491-
[here]: https://github.com/thlorenz/v8-flags/blob/master/flags-0.11.md

0 commit comments

Comments
 (0)