From ed87873de353204560a0e5095334be01b2f4bd2a 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 c97129d4398660..1d93b16599936a 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]: http://code.google.com/apis/v8/embed.html