docs: Fix link in Mvux Selection docs

This commit is contained in:
Dominik Titl 2024-08-08 09:52:36 +02:00 коммит произвёл GitHub
Родитель 391c38d6cc
Коммит 3bb1c9347c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -58,7 +58,7 @@ The data is then displayed on the View using a `ListView`:
MVUX has two extension methods of `IListFeed<T>`, that enable single or multi-selection.
> [!NOTE]
> The source code for the sample app demonstrated in this section can be found [here](https://github.com/unoplatform/Uno.Samples/tree/master/UI/MvuxHowTos/AdvancedPeopleApp).
> The source code for the sample app demonstrated in this section can be found on [GitHub](https://github.com/unoplatform/Uno.Samples/tree/master/UI/MvuxHowTos/SelectionPeopleApp).
## Single-item selection
@ -119,7 +119,7 @@ When running the app, the top section will reflect the item the user selects in
![A video demonstrating selection with MVUX](../Assets/Selection.gif)
> [!NOTE]
> The source code for the sample app can be found [here](https://github.com/unoplatform/Uno.Samples/tree/master/UI/MvuxHowTos/AdvancedPeopleApp).
> The source code for the sample app can be found [GitHub](https://github.com/unoplatform/Uno.Samples/tree/master/UI/MvuxHowTos/SelectionPeopleApp).
### Listening to the selected value