diff options
Diffstat (limited to 'chromium/v8/README.md')
-rw-r--r-- | chromium/v8/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/v8/README.md b/chromium/v8/README.md index 840c4971f91..5c548542eea 100644 --- a/chromium/v8/README.md +++ b/chromium/v8/README.md @@ -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). |