📝 Fix V8 doc link

This commit is contained in:
raub 2018-05-14 12:06:01 +03:00
parent 7fc07c3a71
commit 7323e76ecc
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Helpers for Node.js addons and dependency packages:
* Crossplatform commands for GYP: `cp`, `rm`, `mkdir`.
* Regarded platforms: win x32/x64, linux x32/x64, mac x64.
Useful links: [V8 Ref](https://v8docs.nodesource.com/node-0.8/d2/dc3/namespacev8.html),
Useful links: [V8 Ref](https://v8.paulfryzel.com/docs/master/),
[Nan Docs](https://github.com/nodejs/nan#api),
[GYP Docs](https://gyp.gsrc.io/docs/UserDocumentation.md).