Skip to content

Commit 3247280

Browse files
F3n67utargos
authored andcommitted
doc: update v8 doc link to v8.dev
PR-URL: #43482 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 3b0703f commit 3247280

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/api/errors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3449,7 +3449,7 @@ The native call from `process.cpuUsage` could not be processed.
34493449
[Node.js error codes]: #nodejs-error-codes
34503450
[RFC 7230 Section 3]: https://tools.ietf.org/html/rfc7230#section-3
34513451
[Subresource Integrity specification]: https://www.w3.org/TR/SRI/#the-integrity-attribute
3452-
[V8's stack trace API]: https://github.com/v8/v8/wiki/Stack-Trace-API
3452+
[V8's stack trace API]: https://v8.dev/docs/stack-trace-api
34533453
[WHATWG Supported Encodings]: util.md#whatwg-supported-encodings
34543454
[WHATWG URL API]: url.md#the-whatwg-url-api
34553455
[`"exports"`]: packages.md#exports

doc/contributing/maintaining-V8.md

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

0 commit comments

Comments
 (0)