From 3bb1c9347cfe8cf6f8c7e0cc4c09eeaa0dd10877 Mon Sep 17 00:00:00 2001
From: Dominik Titl <78549750+morning4coffe-dev@users.noreply.github.com>
Date: Thu, 8 Aug 2024 09:52:36 +0200
Subject: [PATCH 1/4] docs: Fix link in Mvux Selection docs

---
 doc/Learn/Mvux/Advanced/Selection.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/Learn/Mvux/Advanced/Selection.md b/doc/Learn/Mvux/Advanced/Selection.md
index 56fd2dfcae..585d967950 100644
--- a/doc/Learn/Mvux/Advanced/Selection.md
+++ b/doc/Learn/Mvux/Advanced/Selection.md
@@ -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
 

From ae13370ea33490134d3f6f898784728fb59054f6 Mon Sep 17 00:00:00 2001
From: Dominik Titl <78549750+morning4coffe-dev@users.noreply.github.com>
Date: Thu, 8 Aug 2024 09:59:52 +0200
Subject: [PATCH 2/4] docs: Update GrapeCityApp sample link

---
 doc/Learn/Maui/ThirdParty-GrapeCity.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Learn/Maui/ThirdParty-GrapeCity.md b/doc/Learn/Maui/ThirdParty-GrapeCity.md
index dd97975b5a..85cd39941f 100644
--- a/doc/Learn/Maui/ThirdParty-GrapeCity.md
+++ b/doc/Learn/Maui/ThirdParty-GrapeCity.md
@@ -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
 

From a3f0dd243eabef6bda3c227447a02b23acdc672a Mon Sep 17 00:00:00 2001
From: Dominik Titl <78549750+morning4coffe-dev@users.noreply.github.com>
Date: Fri, 9 Aug 2024 09:52:25 +0200
Subject: [PATCH 3/4] chore: Fix broken Pagination link

---
 doc/Learn/Mvux/ListFeeds.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Learn/Mvux/ListFeeds.md b/doc/Learn/Mvux/ListFeeds.md
index 102862560c..963e3df655 100644
--- a/doc/Learn/Mvux/ListFeeds.md
+++ b/doc/Learn/Mvux/ListFeeds.md
@@ -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
 

From 03926a0c2330e32c7dc30dc85a6f04300c307702 Mon Sep 17 00:00:00 2001
From: Dominik Titl <78549750+morning4coffe-dev@users.noreply.github.com>
Date: Fri, 9 Aug 2024 10:01:05 +0200
Subject: [PATCH 4/4] chore: Fix Uno.Material Theme link

---
 doc/Learn/Markup/UnoThemes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Learn/Markup/UnoThemes.md b/doc/Learn/Markup/UnoThemes.md
index 896f67d05f..363a07dc78 100644
--- a/doc/Learn/Markup/UnoThemes.md
+++ b/doc/Learn/Markup/UnoThemes.md
@@ -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 &amp; 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 &amp; Theme Resources](xref:Uno.Extensions.Markup.StaticAndThemeResources), this should feel familiar.
 
 ```csharp
 new Button()