mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
docs: Fix broken links in our docs.
This commit is contained in:
parent
d2f08726a0
commit
78892cdf1f
8 changed files with 18 additions and 18 deletions
|
@ -46,7 +46,7 @@ let main = new ui.Main();
|
|||
main.run();
|
||||
```
|
||||
|
||||
See [/examples/todo/node](/examples/todo/node) for a full example.
|
||||
See [/examples/todo/node](https://github.com/slint-ui/slint/tree/master/examples/todo/node) for a full example.
|
||||
|
||||
## API Overview
|
||||
|
||||
|
@ -149,4 +149,4 @@ component.model = model;
|
|||
model.push(4); // this works
|
||||
// does NOT work, getting the model does not return the right object
|
||||
// component.model.push(5);
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue