Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix Broken Links #2504

Merged
merged 4 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/Learn/Markup/UnoThemes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ uid: Uno.Extensions.Markup.UnoThemes

# Using Uno.Themes.WinUI.Markup

The [Uno.Themes.WinUI.Markup](https://www.nuget.org/packages/Uno.Themes.WinUI.Markup) package is designed to make it easier to use the [Uno.Material Theme](xref:uno.themes.material.getstarted). This provides a strongly typed Theme API that is descriptive and self-documenting for all of the available theme resources including Colors, Brushes, and Styles. If you have already read the docs for [Static & Theme Resources](xref:Uno.Extensions.Markup.StaticAndThemeResources), this should feel familiar.
The [Uno.Themes.WinUI.Markup](https://www.nuget.org/packages/Uno.Themes.WinUI.Markup) package is designed to make it easier to use the [Uno.Material Theme](xref:Uno.Themes.Material.GetStarted). This provides a strongly typed Theme API that is descriptive and self-documenting for all of the available theme resources including Colors, Brushes, and Styles. If you have already read the docs for [Static & Theme Resources](xref:Uno.Extensions.Markup.StaticAndThemeResources), this should feel familiar.

```csharp
new Button()
Expand Down
2 changes: 1 addition & 1 deletion doc/Learn/Maui/ThirdParty-GrapeCity.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The FlexGrid and Calendar in the ComponentOne .NET MAUI Controls can be used in

## Sample App

An existing sample app that showcases the controls is available [here](https://github.com/unoplatform/Uno.Samples/tree/master/UI/MauiEmbedding/MauiEmbeddingApp).
An existing sample app that showcases the controls is available [here](https://github.com/unoplatform/Uno.Samples/tree/master/UI/MauiEmbedding/GrapeCityApp).

## Installation

Expand Down
4 changes: 2 additions & 2 deletions doc/Learn/Mvux/Advanced/Selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion doc/Learn/Mvux/ListFeeds.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void SetUp()
## Support for selection and pagination

MVUX also provides built-in support for Selection and Pagination.
See more information on [Selection](xref:Uno.Extensions.Mvux.Advanced.Selection) or [Pagination](xref:Overview.Mvux.Advanced.Pagination).
See more information on [Selection](xref:Uno.Extensions.Mvux.Advanced.Selection) or [Pagination](xref:Uno.Extensions.Mvux.Advanced.Pagination).

## Operators

Expand Down
Loading