Fix a few links to the docs that changed with the new structure

This commit is contained in:
Olivier Goffart 2024-02-03 09:38:49 +01:00
parent b4cddbbe18
commit 9200480b53
8 changed files with 12 additions and 12 deletions

View file

@ -60,7 +60,7 @@ export component HelloWorld inherits Window {
}
```
then you can use the following code in you `main` function to show the [`Window`](../slint/src/builtins/elements.html#window)
then you can use the following code in you `main` function to show the [`Window`](../slint/src/language/builtins/elements#window)
and change the text:
```cpp