From c6f959a9d09f6d15e334d66d331994b01f9753c0 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Thu, 20 Jun 2019 12:55:43 -0400 Subject: [PATCH] doc: remove obsolete external link The addons documentation links to an external node-qt repo as a production example. That repo hasn't been updated in over five years. This commit removes the link. PR-URL: https://github.com/nodejs/node/pull/28326 Reviewed-By: Rich Trott Reviewed-By: Luigi Pinca --- doc/api/addons.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/api/addons.md b/doc/api/addons.md index dad1774fe8e98f..c628cc66c595eb 100644 --- a/doc/api/addons.md +++ b/doc/api/addons.md @@ -306,9 +306,6 @@ console.log(addon.hello()); // Prints: 'world' ``` -Please see the examples below for further information or - for an example in production. - Because the exact path to the compiled Addon binary can vary depending on how it is compiled (i.e. sometimes it may be in `./build/Debug/`), Addons can use the [bindings][] package to load the compiled module.