Skip to content

Commit a213eb7

Browse files
cjihrigtargos
authored andcommitted
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: #28326 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent dd5e07f commit a213eb7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/api/addons.md

-3
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,6 @@ console.log(addon.hello());
306306
// Prints: 'world'
307307
```
308308

309-
Please see the examples below for further information or
310-
<https://github.com/arturadib/node-qt> for an example in production.
311-
312309
Because the exact path to the compiled Addon binary can vary depending on how
313310
it is compiled (i.e. sometimes it may be in `./build/Debug/`), Addons can use
314311
the [bindings][] package to load the compiled module.

0 commit comments

Comments
 (0)