Skip to content

Commit cda0401

Browse files
F3n67utargos
authored andcommitted
doc: update v8 doc link to v8.dev
PR-URL: #43482 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 4ff1c32 commit cda0401

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/api/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3342,7 +3342,7 @@ The native call from `process.cpuUsage` could not be processed.
33423342
[Node.js error codes]: #nodejs-error-codes
33433343
[RFC 7230 Section 3]: https://tools.ietf.org/html/rfc7230#section-3
33443344
[Subresource Integrity specification]: https://www.w3.org/TR/SRI/#the-integrity-attribute
3345-
[V8's stack trace API]: https://github.com/v8/v8/wiki/Stack-Trace-API
3345+
[V8's stack trace API]: https://v8.dev/docs/stack-trace-api
33463346
[WHATWG Supported Encodings]: util.md#whatwg-supported-encodings
33473347
[WHATWG URL API]: url.md#the-whatwg-url-api
33483348
[`"exports"`]: packages.md#exports

doc/contributing/maintaining-V8.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ This would require some tooling to:
425425
[NodeJS-Backport-Review-V8]: https://bugs.chromium.org/p/v8/issues/list?can=1&q=label%3ANodeJS-Backport-Review
426426
[V8 CI]: https://ci.nodejs.org/job/node-test-commit-v8-linux/
427427
[V8ActiveBranches]: https://build.chromium.org/p/client.v8.branches/console
428-
[V8Contributing]: https://github.com/v8/v8/wiki/Contributing
429-
[V8MergingPatching]: https://github.com/v8/v8/wiki/Merging%20&%20Patching
428+
[V8Contributing]: https://v8.dev/docs/contribute
429+
[V8MergingPatching]: https://v8.dev/docs/merge-patch
430430
[V8TemplateMergeRequest]: https://bugs.chromium.org/p/v8/issues/entry?template=Node.js%20merge%20request
431431
[V8TemplateUpstreamBug]: https://bugs.chromium.org/p/v8/issues/entry?template=Node.js%20upstream%20bug
432432
[`git-node`]: https://github.com/nodejs/node-core-utils/blob/HEAD/docs/git-node.md#git-node-v8

0 commit comments

Comments
 (0)