mirror of https://github.com/nodejs/node.git
doc: update v8 doc link to v8.dev
PR-URL: https://github.com/nodejs/node/pull/43482 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>pull/43677/head
parent
f209aee3ea
commit
8f1d57a005
|
@ -3449,7 +3449,7 @@ The native call from `process.cpuUsage` could not be processed.
|
|||
[Node.js error codes]: #nodejs-error-codes
|
||||
[RFC 7230 Section 3]: https://tools.ietf.org/html/rfc7230#section-3
|
||||
[Subresource Integrity specification]: https://www.w3.org/TR/SRI/#the-integrity-attribute
|
||||
[V8's stack trace API]: https://github.com/v8/v8/wiki/Stack-Trace-API
|
||||
[V8's stack trace API]: https://v8.dev/docs/stack-trace-api
|
||||
[WHATWG Supported Encodings]: util.md#whatwg-supported-encodings
|
||||
[WHATWG URL API]: url.md#the-whatwg-url-api
|
||||
[`"exports"`]: packages.md#exports
|
||||
|
|
|
@ -423,8 +423,8 @@ This would require some tooling to:
|
|||
[NodeJS-Backport-Review-V8]: https://bugs.chromium.org/p/v8/issues/list?can=1&q=label%3ANodeJS-Backport-Review
|
||||
[V8 CI]: https://ci.nodejs.org/job/node-test-commit-v8-linux/
|
||||
[V8ActiveBranches]: https://build.chromium.org/p/client.v8.branches/console
|
||||
[V8Contributing]: https://github.com/v8/v8/wiki/Contributing
|
||||
[V8MergingPatching]: https://github.com/v8/v8/wiki/Merging%20&%20Patching
|
||||
[V8Contributing]: https://v8.dev/docs/contribute
|
||||
[V8MergingPatching]: https://v8.dev/docs/merge-patch
|
||||
[V8TemplateMergeRequest]: https://bugs.chromium.org/p/v8/issues/entry?template=Node.js%20merge%20request
|
||||
[V8TemplateUpstreamBug]: https://bugs.chromium.org/p/v8/issues/entry?template=Node.js%20upstream%20bug
|
||||
[`git-node`]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md#git-node-v8
|
||||
|
|
Loading…
Reference in New Issue