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>
This commit is contained in:
cjihrig 2019-06-20 12:55:43 -04:00
parent 3aeb810ca6
commit c6f959a9d0
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5

View File

@ -306,9 +306,6 @@ console.log(addon.hello());
// Prints: 'world' // 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 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 it is compiled (i.e. sometimes it may be in `./build/Debug/`), Addons can use
the [bindings][] package to load the compiled module. the [bindings][] package to load the compiled module.