[docs] Change links from old wiki to v8.dev
Updates a bunch of links from https://github.com/v8/v8/wiki pages to the appropriate v8.dev page that it redirected to anyway. Bug: v8:8834 Change-Id: I5b37996900eb779753d97e487d16e1489f54d391 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1503473 Auto-Submit: Dan Elphick <delphick@chromium.org> Reviewed-by: Yang Guo <yangguo@chromium.org> Commit-Queue: Dan Elphick <delphick@chromium.org> Cr-Commit-Position: refs/heads/master@{#60086}
This commit is contained in:
parent
a82b4c4071
commit
803fdb8f20
@ -10,7 +10,7 @@ browser from Google.
|
||||
|
||||
V8 can run standalone, or can be embedded into any C++ application.
|
||||
|
||||
V8 Project page: https://github.com/v8/v8/wiki
|
||||
V8 Project page: https://v8.dev/docs
|
||||
|
||||
|
||||
Getting the Code
|
||||
@ -36,5 +36,5 @@ configuration in `.git/config`:
|
||||
Contributing
|
||||
=============
|
||||
|
||||
Please follow the instructions mentioned on the
|
||||
[V8 wiki](https://github.com/v8/v8/wiki/Contributing).
|
||||
Please follow the instructions mentioned at
|
||||
[v8.dev/docs/contribute](https://v8.dev/docs/contribute).
|
||||
|
@ -1,2 +1 @@
|
||||
The documentation for V8 can be found at the
|
||||
[V8 Wiki](https://github.com/v8/v8/wiki).
|
||||
The documentation for V8 can be found at [v8.dev/docs](https://v8.dev/docs).
|
||||
|
@ -6686,7 +6686,7 @@ typedef void (*HostInitializeImportMetaObjectCallback)(Local<Context> context,
|
||||
* first accessed. The return value will be used as the stack value. If this
|
||||
* callback is registed, the |Error.prepareStackTrace| API will be disabled.
|
||||
* |sites| is an array of call sites, specified in
|
||||
* https://github.com/v8/v8/wiki/Stack-Trace-API
|
||||
* https://v8.dev/docs/stack-trace-api
|
||||
*/
|
||||
typedef MaybeLocal<Value> (*PrepareStackTraceCallback)(Local<Context> context,
|
||||
Local<Value> error,
|
||||
|
@ -17,7 +17,7 @@ ROLL_SUMMARY = ("Summary of changes available at:\n"
|
||||
|
||||
ISSUE_MSG = (
|
||||
"""Please follow these instructions for assigning/CC'ing issues:
|
||||
https://github.com/v8/v8/wiki/Triaging%20issues
|
||||
https://v8.dev/docs/triage-issues
|
||||
|
||||
Please close rolling in case of a roll revert:
|
||||
https://v8-roll.appspot.com/
|
||||
|
@ -1001,7 +1001,7 @@ Summary of changes available at:
|
||||
https://chromium.googlesource.com/v8/v8/+log/last_rol..roll_hsh
|
||||
|
||||
Please follow these instructions for assigning/CC'ing issues:
|
||||
https://github.com/v8/v8/wiki/Triaging%20issues
|
||||
https://v8.dev/docs/triage-issues
|
||||
|
||||
Please close rolling in case of a roll revert:
|
||||
https://v8-roll.appspot.com/
|
||||
|
Loading…
Reference in New Issue
Block a user