Commit 803fdb8f authored by Dan Elphick's avatar Dan Elphick Committed by Commit Bot

[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: 's avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Dan Elphick <delphick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60086}
parent a82b4c40
...@@ -10,7 +10,7 @@ browser from Google. ...@@ -10,7 +10,7 @@ browser from Google.
V8 can run standalone, or can be embedded into any C++ application. 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 Getting the Code
...@@ -36,5 +36,5 @@ configuration in `.git/config`: ...@@ -36,5 +36,5 @@ configuration in `.git/config`:
Contributing Contributing
============= =============
Please follow the instructions mentioned on the Please follow the instructions mentioned at
[V8 wiki](https://github.com/v8/v8/wiki/Contributing). [v8.dev/docs/contribute](https://v8.dev/docs/contribute).
The documentation for V8 can be found at the The documentation for V8 can be found at [v8.dev/docs](https://v8.dev/docs).
[V8 Wiki](https://github.com/v8/v8/wiki).
...@@ -6686,7 +6686,7 @@ typedef void (*HostInitializeImportMetaObjectCallback)(Local<Context> context, ...@@ -6686,7 +6686,7 @@ typedef void (*HostInitializeImportMetaObjectCallback)(Local<Context> context,
* first accessed. The return value will be used as the stack value. If this * first accessed. The return value will be used as the stack value. If this
* callback is registed, the |Error.prepareStackTrace| API will be disabled. * callback is registed, the |Error.prepareStackTrace| API will be disabled.
* |sites| is an array of call sites, specified in * |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, typedef MaybeLocal<Value> (*PrepareStackTraceCallback)(Local<Context> context,
Local<Value> error, Local<Value> error,
......
...@@ -17,7 +17,7 @@ ROLL_SUMMARY = ("Summary of changes available at:\n" ...@@ -17,7 +17,7 @@ ROLL_SUMMARY = ("Summary of changes available at:\n"
ISSUE_MSG = ( ISSUE_MSG = (
"""Please follow these instructions for assigning/CC'ing issues: """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: Please close rolling in case of a roll revert:
https://v8-roll.appspot.com/ https://v8-roll.appspot.com/
......
...@@ -1001,7 +1001,7 @@ Summary of changes available at: ...@@ -1001,7 +1001,7 @@ Summary of changes available at:
https://chromium.googlesource.com/v8/v8/+log/last_rol..roll_hsh https://chromium.googlesource.com/v8/v8/+log/last_rol..roll_hsh
Please follow these instructions for assigning/CC'ing issues: 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: Please close rolling in case of a roll revert:
https://v8-roll.appspot.com/ https://v8-roll.appspot.com/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment