Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-06-20 19:55:43 +0300
committercjihrig <cjihrig@gmail.com>2019-06-22 20:33:09 +0300
commitc6f959a9d09f6d15e334d66d331994b01f9753c0 (patch)
tree59ba96a82a4bd9034fb30cd4098f662927e4cf06 /doc/api/addons.md
parent3aeb810ca6e2230ae53f7196abd013ec56b94aa8 (diff)
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 <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/addons.md')
-rw-r--r--doc/api/addons.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/api/addons.md b/doc/api/addons.md
index dad1774fe8e..c628cc66c59 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
-<https://github.com/arturadib/node-qt> 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.