From 699bf2c464a09e7783ea5a9d6310a4c6d5e54041 Mon Sep 17 00:00:00 2001 From: Nicholas Young Date: Thu, 17 Dec 2015 09:38:44 -0600 Subject: [PATCH] doc: fix link in addons.markdown Update link from github.com/rvagg to github.com/nodejs PR-URL: https://github.com/nodejs/node/pull/4331 Reviewed-By: James M Snell --- doc/api/addons.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/addons.markdown b/doc/api/addons.markdown index 9a66c317bf337f..d9501eeb862363 100644 --- a/doc/api/addons.markdown +++ b/doc/api/addons.markdown @@ -870,7 +870,7 @@ Test in JavaScript by running: [online]: https://v8docs.nodesource.com/ [libuv]: https://github.com/libuv/libuv -[download]: https://github.com/rvagg/node-addon-examples +[download]: https://github.com/nodejs/node-addon-examples [node-gyp]: https://github.com/nodejs/node-gyp [v8 reference]: http://izs.me/v8-docs/main.html [Embedder's Guide]: https://code.google.com/apis/v8/embed.html