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

@ -54,7 +54,7 @@ models.
More complex user interfaces commonly consume data in the form of an abstract
data model, that is used with <a href="../slint/src/reference/repetitions.html">`for` - `in`</a>
repetitions or <a href="../slint/src/builtins/widgets.html#listview">`ListView`</a> elements in the
repetitions or <a href="../slint/src/language/widgets/listview">`ListView`</a> elements in the
`.slint` language. All models in C++ with the interpreter API are sub-classes
of the {cpp:class}`slint::Model` where the template parameter is
{cpp:class}`slint::interpreter::Value`. To provide your own data model, you can