docs: Remove builtin_ prefix from files in builtins dir

This commit is contained in:
Tobias Hunger 2023-02-24 11:28:10 +01:00 committed by Tobias Hunger
parent f7de5d4602
commit 1f877887cd
12 changed files with 66 additions and 65 deletions

View file

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