Skip to content

Commit 641eda6

Browse files
Fix broken links in MAUI topics - Aug 2025 (MicrosoftDocs#5706)
* Fix broken link in MAUI graph API topic * Fix MAUI sample broken links to github repo * Update hub/apps/windows-dotnet-maui/tutorial-graph-api.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent af83ac8 commit 641eda6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

hub/apps/windows-dotnet-maui/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ Explore the .NET MAUI code samples in the [samples browser](/samples/browse/?exp
6363

6464
| Sample Name/Link | Task |
6565
|--|--|
66-
| [Animations](https://github.com/dotnet/maui-samples/tree/main/8.0/Animations) | **Use animations** to bring your app to life. |
67-
| [Behaviors](https://github.com/dotnet/maui-samples/tree/main/8.0/Fundamentals/BehaviorsDemos) | **Add functionality without subclassing** using behaviors, instead attaching behavior classes to your controls. |
68-
| [Control Templates](https://github.com/dotnet/maui-samples/tree/main/8.0/Fundamentals/ControlTemplateDemos) | **Define the visual structure** of `ContentView` derived custom controls, and `ContentPage` derived pages. |
69-
| [Data Binding](https://github.com/dotnet/maui-samples/tree/main/8.0/Fundamentals/DataBindingDemos) | **Bind objects** to the actual UI elements, responsively updating one another when one changes. |
70-
| [Shell App](https://github.com/dotnet/maui-samples/tree/main/8.0/Fundamentals/Shell) | **Use a .NET Shell app** to reduce complexity, reuse code, and integrate existing Windows functionality (such as URI navigation and integrated search bars) into your app. |
71-
| [Triggers](https://github.com/dotnet/maui-samples/tree/main/8.0/Fundamentals/TriggersDemos) | **Use triggers** to selectively update, hide, or display specific controls when an event or data changes. |
66+
| [Animations](https://github.com/dotnet/maui-samples/tree/main/9.0/Animations) | **Use animations** to bring your app to life. |
67+
| [Behaviors](https://github.com/dotnet/maui-samples/tree/main/9.0/Fundamentals/BehaviorsDemos) | **Add functionality without subclassing** using behaviors, instead attaching behavior classes to your controls. |
68+
| [Control Templates](https://github.com/dotnet/maui-samples/tree/main/9.0/Fundamentals/ControlTemplateDemos) | **Define the visual structure** of `ContentView` derived custom controls, and `ContentPage` derived pages. |
69+
| [Data Binding](https://github.com/dotnet/maui-samples/tree/main/9.0/Fundamentals/DataBindingDemos) | **Bind objects** to the actual UI elements, responsively updating one another when one changes. |
70+
| [Shell App](https://github.com/dotnet/maui-samples/tree/main/9.0/Fundamentals/Shell) | **Use a .NET Shell app** to reduce complexity, reuse code, and integrate existing Windows functionality (such as URI navigation and integrated search bars) into your app. |
71+
| [Triggers](https://github.com/dotnet/maui-samples/tree/main/9.0/Fundamentals/TriggersDemos) | **Use triggers** to selectively update, hide, or display specific controls when an event or data changes. |
7272

7373
## Get started with .NET MAUI on Windows
7474

hub/apps/windows-dotnet-maui/tutorial-graph-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,4 +348,4 @@ Advance to the next article to learn how to...
348348

349349
[Configure a native client application](/azure/developer/mobile-apps/azure-mobile-apps/quickstarts/maui/authentication)
350350

351-
[Azure AD identity and access management API overview](/graph/azuread-identity-access-management-concept-overview)
351+
[Overview of Microsoft Entra identity and network access APIs in Microsoft Graph](/graph/identity-network-access-overview)

0 commit comments

Comments
 (0)