summaryrefslogtreecommitdiff
path: root/doc/api/addons.md
diff options
context:
space:
mode:
authorFranziska Hinkelmann <franzih@chromium.org>2017-02-13 16:30:55 +0100
committerFranziska Hinkelmann <franzih@chromium.org>2017-02-14 11:15:57 +0100
commit76ba3bff2663176db2abaf80dd2cdc1682e92bdf (patch)
tree9f5a635f8343cf1feeacacffc32e3afc194a3547 /doc/api/addons.md
parent781eb90960a18e1ea7180b22026372ea11b0140d (diff)
downloadandroid-node-v8-76ba3bff2663176db2abaf80dd2cdc1682e92bdf.tar.gz
android-node-v8-76ba3bff2663176db2abaf80dd2cdc1682e92bdf.tar.bz2
android-node-v8-76ba3bff2663176db2abaf80dd2cdc1682e92bdf.zip
doc: update link to V8 Embedder's guide
V8 moved the Embeder's guide to GitHub. PR-URL: https://github.com/nodejs/node/pull/11336 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/addons.md')
-rw-r--r--doc/api/addons.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/addons.md b/doc/api/addons.md
index 428e67ee28..58f029fb20 100644
--- a/doc/api/addons.md
+++ b/doc/api/addons.md
@@ -1110,7 +1110,7 @@ const addon = require('./build/Release/addon');
[bindings]: https://github.com/TooTallNate/node-bindings
[download]: https://github.com/nodejs/node-addon-examples
-[Embedder's Guide]: https://developers.google.com/v8/embed
+[Embedder's Guide]: https://github.com/v8/v8/wiki/Embedder's%20Guide
[examples]: https://github.com/nodejs/nan/tree/master/examples/
[installation instructions]: https://github.com/nodejs/node-gyp#installation
[libuv]: https://github.com/libuv/libuv