Fix broken link to nodejs example

This commit is contained in:
Simon Hausmann 2022-10-12 22:26:23 +02:00 committed by GitHub
parent 27fea8b9f3
commit 3cc524ad1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ let main = new ui.Main();
main.run();
```
See [/examples/printerdemo/node](/examples/printerdemo/node) for a full example.
See [/examples/todo/node](/examples/todo/node) for a full example.
## API Overview