diff --git a/hub/apps/design/accessibility/accessibility-overview.md b/hub/apps/design/accessibility/accessibility-overview.md
index 69c0a768ef..92f92157c5 100644
--- a/hub/apps/design/accessibility/accessibility-overview.md
+++ b/hub/apps/design/accessibility/accessibility-overview.md
@@ -156,7 +156,7 @@ Microsoft DirectX content that's hosted in a XAML UI (using [**SwapChainPanel**]
> - [Keyboard support](winui3gallery://item/AccessibilityKeyboard)
> - [Color contrast](winui3gallery://item/AccessibilityColorContrast)
-> The **WinUI 3 Gallery** app includes interactive examples of most WinUI 3 controls, features, and functionality. Get the app from the [Microsoft Store](https://www.microsoft.com/store/productId/9P3JFPWWDZRC) or get the source code on [GitHub](https://github.com/microsoft/WinUI-Gallery)
+> The **WinUI 3 Gallery** app includes interactive examples of most WinUI 3 controls, features, and functionality. Get the app from the [Microsoft Store](https://apps.microsoft.com/detail/9P3JFPWWDZRC) or get the source code on [GitHub](https://github.com/microsoft/WinUI-Gallery)
## Related topics
diff --git a/hub/apps/design/accessibility/high-contrast-themes.md b/hub/apps/design/accessibility/high-contrast-themes.md
index 2d352d954c..16c935fb64 100644
--- a/hub/apps/design/accessibility/high-contrast-themes.md
+++ b/hub/apps/design/accessibility/high-contrast-themes.md
@@ -160,7 +160,7 @@ Here are some recommendations for customizing the contrast theme colors in your
> [!TIP]
> It's often helpful to look at the WinUI Gallery app to see how common controls use the **SystemColor** brushes. If installed already, open them by clicking the following links: [**WinUI 3 Gallery**](winui3gallery:) or [**WinUI 2 Gallery**](winui2gallery:).
>
-> If they are not installed, you can download the [**WinUI 3 Gallery**](https://www.microsoft.com/store/productId/9P3JFPWWDZRC) and the [**WinUI 2 Gallery**](https://www.microsoft.com/store/productId/9MSVH128X2ZT) from the Microsoft Store.
+> If they are not installed, you can download the [**WinUI 3 Gallery**](https://apps.microsoft.com/detail/9P3JFPWWDZRC) and the [**WinUI 2 Gallery**](https://apps.microsoft.com/detail/9MSVH128X2ZT) from the Microsoft Store.
>
> You can also get the source code for both from [GitHub](https://github.com/Microsoft/WinUI-Gallery) (use the *main* branch for WinUI 3 and the *winui2* branch for WinUI 2).
diff --git a/hub/apps/design/controls/contact-card.md b/hub/apps/design/controls/contact-card.md
index abb344d31f..615af88b52 100644
--- a/hub/apps/design/controls/contact-card.md
+++ b/hub/apps/design/controls/contact-card.md
@@ -48,7 +48,7 @@ Use the contact card when you want to display contact info for a contact. If you
If you have the WinUI 2 Gallery app installed, click here to open the app and see the Button in action.
|
diff --git a/hub/apps/design/controls/dialogs-and-flyouts/index.md b/hub/apps/design/controls/dialogs-and-flyouts/index.md
index efd871e11b..090a94f57a 100644
--- a/hub/apps/design/controls/dialogs-and-flyouts/index.md
+++ b/hub/apps/design/controls/dialogs-and-flyouts/index.md
@@ -62,7 +62,7 @@ Dialogs are frequently used to confirm an action (such as deleting a file) befor
>
> - **Important APIs**: [ContentDialog class](/windows/windows-app-sdk/api/winrt/microsoft.UI.Xaml.Controls.ContentDialog), [Flyout class](/windows/windows-app-sdk/api/winrt/microsoft.UI.Xaml.Controls.Flyout)
-> - If you have the **WinUI 3 Gallery** app installed, click here to open the app and see the [ContentDialog](winui3gallery:/item/ContentDialog) or [Flyout](winui3gallery:/item/Flyout) in action. Get the app from the [Microsoft Store](https://www.microsoft.com/store/productId/9P3JFPWWDZRC) or get the source code on [GitHub](https://github.com/microsoft/WinUI-Gallery/tree/main).
+> - If you have the **WinUI 3 Gallery** app installed, click here to open the app and see the [ContentDialog](winui3gallery:/item/ContentDialog) or [Flyout](winui3gallery:/item/Flyout) in action. Get the app from the [Microsoft Store](https://apps.microsoft.com/detail/9P3JFPWWDZRC) or get the source code on [GitHub](https://github.com/microsoft/WinUI-Gallery/tree/main).
## How to create a dialog
diff --git a/hub/apps/design/controls/index.md b/hub/apps/design/controls/index.md
index d22b53e46d..a8f2eb251e 100644
--- a/hub/apps/design/controls/index.md
+++ b/hub/apps/design/controls/index.md
@@ -333,7 +333,7 @@ Get the *WinUI Gallery* apps from the Microsoft Store to see XAML controls and t
> [!div class="checklist"]
>
-> - Get the [**WinUI 3 Gallery**](https://www.microsoft.com/store/productId/9P3JFPWWDZRC) and the [**WinUI 2 Gallery**](https://www.microsoft.com/store/productId/9MSVH128X2ZT) from the Microsoft Store.
+> - Get the [**WinUI 3 Gallery**](https://apps.microsoft.com/detail/9P3JFPWWDZRC) and the [**WinUI 2 Gallery**](https://apps.microsoft.com/detail/9MSVH128X2ZT) from the Microsoft Store.
> - Get the source code for both from [GitHub](https://github.com/Microsoft/WinUI-Gallery) (use the *main* branch for WinUI 3 and the *winui2* branch for WinUI 2).
## Additional controls
diff --git a/hub/apps/design/controls/lists.md b/hub/apps/design/controls/lists.md
index bb5205c7eb..a6bff3d987 100644
--- a/hub/apps/design/controls/lists.md
+++ b/hub/apps/design/controls/lists.md
@@ -43,7 +43,7 @@ One of the scenarios not covered in this article is displaying collections in a
If you have the WinUI 2 Gallery app installed, see the ListView, GridView, FlipView, TreeView, and ItemsRepeater in action.
|
diff --git a/hub/apps/design/controls/split-view.md b/hub/apps/design/controls/split-view.md
index c55d1d7271..97cc35410b 100644
--- a/hub/apps/design/controls/split-view.md
+++ b/hub/apps/design/controls/split-view.md
@@ -57,7 +57,7 @@ If you'd like to build a navigation menu with an expand/collapse button and a li
If you have the WinUI 2 Gallery app installed, click here to open the app and see the SplitView in action.
|
diff --git a/hub/apps/design/controls/text-controls.md b/hub/apps/design/controls/text-controls.md
index 6d76b9938e..a85386f197 100644
--- a/hub/apps/design/controls/text-controls.md
+++ b/hub/apps/design/controls/text-controls.md
@@ -73,7 +73,7 @@ There are many ways you can get user input in your app. These questions will hel
If you have the WinUI 2 Gallery app installed, click here to open the app and see the text controls in action.
|
diff --git a/hub/apps/design/layout/attached-layouts.md b/hub/apps/design/layout/attached-layouts.md
index d7ea99904e..9b0b032f69 100644
--- a/hub/apps/design/layout/attached-layouts.md
+++ b/hub/apps/design/layout/attached-layouts.md
@@ -292,7 +292,7 @@ The UI for the Xbox Activity Feed uses a repeating pattern where each line has a
The code below walks through what a custom virtualizing UI for the activity feed might be to illustrate the general approach you might take for a **data layout**.
> [!TIP]
-> If you have the **WinUI 3 Gallery** app installed, click here to [open the app and see the ItemsRepeater in action](winui3gallery:/item/ItemsRepeater). Get the app from the [Microsoft Store](https://www.microsoft.com/store/productId/9P3JFPWWDZRC) or get the source code on [GitHub](https://github.com/microsoft/WinUI-Gallery).
+> If you have the **WinUI 3 Gallery** app installed, click here to [open the app and see the ItemsRepeater in action](winui3gallery:/item/ItemsRepeater). Get the app from the [Microsoft Store](https://apps.microsoft.com/detail/9P3JFPWWDZRC) or get the source code on [GitHub](https://github.com/microsoft/WinUI-Gallery).
#### Implementation
diff --git a/hub/apps/design/layout/layout-panels.md b/hub/apps/design/layout/layout-panels.md
index 2af9562bd3..299baaaecf 100644
--- a/hub/apps/design/layout/layout-panels.md
+++ b/hub/apps/design/layout/layout-panels.md
@@ -25,7 +25,7 @@ There are several things to consider when choosing a layout panel:
If you have the WinUI 2 Gallery app installed, see the RelativePanel, StackPanel, Grid, VariableSizedWrapGrid, and Canvas in action.
|
diff --git a/hub/apps/design/motion/connected-animation.md b/hub/apps/design/motion/connected-animation.md
index 79ea438aec..6397899b99 100644
--- a/hub/apps/design/motion/connected-animation.md
+++ b/hub/apps/design/motion/connected-animation.md
@@ -28,7 +28,7 @@ In a connected animation, an element appears to "continue" between two views dur
If you have the WinUI 2 Gallery app installed, click here to open the app and see Connected Animation in action.
|
diff --git a/hub/apps/design/motion/page-transitions.md b/hub/apps/design/motion/page-transitions.md
index b585c35cc5..abbffa5abb 100644
--- a/hub/apps/design/motion/page-transitions.md
+++ b/hub/apps/design/motion/page-transitions.md
@@ -24,7 +24,7 @@ Two different animations are provided for navigation between pages in an app, *P
If you have the WinUI 2 Gallery app installed, click here to open the app and see Page Transitions in action.
|
diff --git a/hub/apps/design/motion/parallax.md b/hub/apps/design/motion/parallax.md
index 818e169a4b..f9fc87f146 100644
--- a/hub/apps/design/motion/parallax.md
+++ b/hub/apps/design/motion/parallax.md
@@ -26,7 +26,7 @@ Parallax is a visual effect where items closer to the viewer move faster than it
If you have the WinUI 2 Gallery app installed, click here to open the app and see the ParallaxView in action.
|
diff --git a/hub/apps/design/motion/xaml-property-animations.md b/hub/apps/design/motion/xaml-property-animations.md
index 27eb422bf7..9d067fb2cb 100644
--- a/hub/apps/design/motion/xaml-property-animations.md
+++ b/hub/apps/design/motion/xaml-property-animations.md
@@ -34,7 +34,7 @@ Starting in Windows 10, version 1809, you can animate properties on a UIElement
If you have the WinUI 2 Gallery app installed, click here to open the app and see Animation interop in action.
|
diff --git a/hub/apps/design/signature-experiences/typography.md b/hub/apps/design/signature-experiences/typography.md
index 28e0fbed27..5265b681cd 100644
--- a/hub/apps/design/signature-experiences/typography.md
+++ b/hub/apps/design/signature-experiences/typography.md
@@ -61,7 +61,7 @@ Windows 11 uses Segoe UI Variable with the following attributes based on the con
> [!div class="nextstepaction"]
> [Open the WinUI 3 Gallery app and see Typography principles in action](winui3gallery:/item/Typography)
-> The **WinUI 3 Gallery** app includes interactive examples of most WinUI 3 controls, features, and functionality. Get the app from the [Microsoft Store](https://www.microsoft.com/store/productId/9P3JFPWWDZRC) or get the source code on [GitHub](https://github.com/microsoft/WinUI-Gallery)
+> The **WinUI 3 Gallery** app includes interactive examples of most WinUI 3 controls, features, and functionality. Get the app from the [Microsoft Store](https://apps.microsoft.com/detail/9P3JFPWWDZRC) or get the source code on [GitHub](https://github.com/microsoft/WinUI-Gallery)
## Typography in Windows Apps
diff --git a/hub/apps/design/style/sound.md b/hub/apps/design/style/sound.md
index 0cb1fa53d0..551da51e2d 100644
--- a/hub/apps/design/style/sound.md
+++ b/hub/apps/design/style/sound.md
@@ -28,7 +28,7 @@ There are many ways to use sound to enhance your app. You can use to sound to su
If you have the WinUI 2 Gallery app installed, click here to open the app and see Sound in action.
|
diff --git a/hub/apps/develop/platform/xaml/xaml-theme-resources.md b/hub/apps/develop/platform/xaml/xaml-theme-resources.md
index 391e2da167..de57dab28f 100644
--- a/hub/apps/develop/platform/xaml/xaml-theme-resources.md
+++ b/hub/apps/develop/platform/xaml/xaml-theme-resources.md
@@ -61,7 +61,7 @@ The XAML framework provides a set of named [Color](/uwp/api/Windows.UI.Color) re
> [!div class="nextstepaction"]
> For a visual overview of these colors, see the WinUI 3 Gallery app: [Colors](winui3gallery://item/Colors)
-> The **WinUI 3 Gallery** app includes interactive examples of most WinUI 3 controls, features, and functionality. Get the app from the [Microsoft Store](https://www.microsoft.com/store/productId/9P3JFPWWDZRC) or get the source code on [GitHub](https://github.com/microsoft/WinUI-Gallery)
+> The **WinUI 3 Gallery** app includes interactive examples of most WinUI 3 controls, features, and functionality. Get the app from the [Microsoft Store](https://apps.microsoft.com/detail/9P3JFPWWDZRC) or get the source code on [GitHub](https://github.com/microsoft/WinUI-Gallery)
### Windows system contrast theme colors
diff --git a/hub/apps/develop/user-interface.md b/hub/apps/develop/user-interface.md
index 1ec6c9d871..98ad321a9d 100644
--- a/hub/apps/develop/user-interface.md
+++ b/hub/apps/develop/user-interface.md
@@ -114,7 +114,7 @@ WinUI 3 is the latest generation of WinUI. WinUI 2 and 3 share many of the same
- Input: [Input and interactions](../design/input/index.md)
- Motion: [Motion for Windows apps](../design/motion/index.md)
- Accessibility: [Usability for Windows apps](../design/usability/index.md)
-- Samples: [WinUI 3 Gallery app](https://www.microsoft.com/store/productId/9P3JFPWWDZRC)
+- Samples: [WinUI 3 Gallery app](https://apps.microsoft.com/detail/9P3JFPWWDZRC)
### [WinUI 2 for UWP](#tab/winui-2)
@@ -141,7 +141,7 @@ WinUI 2 and 3 share many of the same controls, styles, and other UI fundamentals
- Input: [Input and interactions](../design/input/index.md)
- Motion: [Motion for Windows apps](../design/motion/index.md)
- Accessibility: [Usability for Windows apps](../design/usability/index.md)
-- Samples: [WinUI 2 Gallery app](https://www.microsoft.com/store/productId/9MSVH128X2ZT)
+- Samples: [WinUI 2 Gallery app](https://apps.microsoft.com/detail/9MSVH128X2ZT)
### [WPF](#tab/wpf)
diff --git a/hub/apps/get-started/best-practices.md b/hub/apps/get-started/best-practices.md
index b9e14cd51f..4903e5adb8 100644
--- a/hub/apps/get-started/best-practices.md
+++ b/hub/apps/get-started/best-practices.md
@@ -36,7 +36,7 @@ Windows 11 is built on the [Windows 11 design principles](../design/signature-ex
- Window behavior
- Shell integration points
-[WinUI 3](../winui/index.md) provides built-in support for many of these experiences and styles through its **[common controls](./make-apps-great-for-windows.md#4-use-the-latest-common-controls)**. If you aren't able to use WinUI 3, consider emulating the styles demonstrated in our [design toolkits](https://aka.ms/WinUI/3.0-figma-toolkit) and [WinUI Gallery](https://www.microsoft.com/store/productId/9P3JFPWWDZRC).
+[WinUI 3](../winui/index.md) provides built-in support for many of these experiences and styles through its **[common controls](./make-apps-great-for-windows.md#4-use-the-latest-common-controls)**. If you aren't able to use WinUI 3, consider emulating the styles demonstrated in our [design toolkits](https://aka.ms/WinUI/3.0-figma-toolkit) and [WinUI Gallery](https://apps.microsoft.com/detail/9P3JFPWWDZRC).
### Layout
@@ -84,7 +84,7 @@ More information about Acrylic and Mica materials can be found in [Things you ca
[Windows 11 geometry](../design/signature-experiences/geometry.md) has been crafted to support modern app experiences. Progressively rounded corners, nested elements, and consistent gutters combine to create a soft, calm, and approachable effect that emphasizes unity of purpose and ease of use.
-The visual and behavioral changes are built in to [WinUI 3](../winui/index.md). Use WinUI 3 where you can to take advantage of the work that has already been done. If you aren't able to use WinUI 3, consider emulating the styles demonstrated in our [design toolkits](https://www.aka.ms/WinUI/3.0-figma-toolkit) and [WinUI Gallery](https://www.microsoft.com/store/productId/9P3JFPWWDZRC).
+The visual and behavioral changes are built in to [WinUI 3](../winui/index.md). Use WinUI 3 where you can to take advantage of the work that has already been done. If you aren't able to use WinUI 3, consider emulating the styles demonstrated in our [design toolkits](https://www.aka.ms/WinUI/3.0-figma-toolkit) and [WinUI Gallery](https://apps.microsoft.com/detail/9P3JFPWWDZRC).
#### Context menu
diff --git a/hub/apps/get-started/windows-developer-faq.yml b/hub/apps/get-started/windows-developer-faq.yml
index d427cf2455..611e857ec7 100644
--- a/hub/apps/get-started/windows-developer-faq.yml
+++ b/hub/apps/get-started/windows-developer-faq.yml
@@ -147,7 +147,7 @@ sections:
- [WindowsAppSDK-Samples](https://github.com/microsoft/WindowsAppSDK-Samples): Demonstrates how to use specific Windows App SDK API sets.
- [Windows topic-specific samples](https://github.com/MicrosoftDocs/windows-topic-specific-samples/tree/winui-3/tutorials/winui-notes): This branch contains a WinUI note sample project that is used in the [Create a WinUI app](/windows/apps/tutorials/winui-notes/) tutorial.
- - [WinUI Gallery](https://github.com/microsoft/WinUI-Gallery): Showcases WinUI and Windows App SDK. You can also get the [WinUI Gallery in the Microsoft Store](https://www.microsoft.com/store/productId/9P3JFPWWDZRC).
+ - [WinUI Gallery](https://github.com/microsoft/WinUI-Gallery): Showcases WinUI and Windows App SDK. You can also get the [WinUI Gallery in the Microsoft Store](https://apps.microsoft.com/detail/9P3JFPWWDZRC).
- question: If I have already invested heavily in WPF, should I continue to use WPF or should I consider migrating to WinUI?
answer: |
If you have already invested heavily in WPF, you can continue to use WPF for your existing apps. WPF is a mature and stable framework that is widely used by developers to build Windows desktop apps.
diff --git a/hub/apps/performance/choose-between-tools.md b/hub/apps/performance/choose-between-tools.md
index 5935192659..1bd49e6c65 100644
--- a/hub/apps/performance/choose-between-tools.md
+++ b/hub/apps/performance/choose-between-tools.md
@@ -28,7 +28,7 @@ The Visual Studio Performance Profiler is a component of Visual Studio itself an
The Windows Performance Toolkit is downloadable separately as a part of the [Windows Assessment and Deployment Kit](/windows-hardware/get-started/adk-install). However, the command-line Performance Recorder tool is pre-installed with Windows 10 and Windows 11 as `wpr.exe` available on the default path variable from shells like PowerShell and the Command Prompt.
-The Performance Analyzer is available as an [application in the Microsoft Store](https://www.microsoft.com/store/productId/9N0W1B2BXGNZ).
+The Performance Analyzer is available as an [application in the Microsoft Store](https://apps.microsoft.com/detail/9N0W1B2BXGNZ).
PerfView is available as a standalone download in the [PerfView GitHub Releases](https://github.com/microsoft/perfview/releases) page. No installation is required.
diff --git a/hub/apps/windows-app-sdk/applifecycle/applifecycle-instancing.md b/hub/apps/windows-app-sdk/applifecycle/applifecycle-instancing.md
index 058dd2bb76..efe2b8e5cb 100644
--- a/hub/apps/windows-app-sdk/applifecycle/applifecycle-instancing.md
+++ b/hub/apps/windows-app-sdk/applifecycle/applifecycle-instancing.md
@@ -26,7 +26,7 @@ Apps are single-instanced if there can be only one main process running at a tim
WinUI apps are multi-instanced by default but have the ability to become single-instanced by deciding at launch-time whether to create a new instance or activate an existing instance instead.
-The [Microsoft Photos](https://www.microsoft.com/store/productId/9WZDNCRFJBH4) app is a good example of a single instanced WinUI app. When you launch Photos for the first time, a new window will be created. If you attempt to launch Photos again, the existing window will be activated instead.
+The [Microsoft Photos](https://apps.microsoft.com/detail/9WZDNCRFJBH4) app is a good example of a single instanced WinUI app. When you launch Photos for the first time, a new window will be created. If you attempt to launch Photos again, the existing window will be activated instead.
For an example of how to implement single instancing in a WinUI 3 app with C#, see [Create a single-instanced WinUI app](applifecycle-single-instance.md).
diff --git a/hub/apps/windows-app-sdk/release-notes-archive/experimental-channel-1.0.md b/hub/apps/windows-app-sdk/release-notes-archive/experimental-channel-1.0.md
index e35db8806e..7041064531 100644
--- a/hub/apps/windows-app-sdk/release-notes-archive/experimental-channel-1.0.md
+++ b/hub/apps/windows-app-sdk/release-notes-archive/experimental-channel-1.0.md
@@ -39,7 +39,7 @@ This release of WinUI 3 is focused on building towards new features for 1.0 stab
- **New features**: Support for showing a ContentDialog per window rather than per thread.
- **Bugs**: For the full list of bugs addressed in this release, see [our GitHub repo](https://aka.ms/winui3/1.0-exp-announcement).
-- **Samples**: To see WinUI 3 controls and features in action, you can clone and build the WinUI 3 Gallery app [from GitHub](https://github.com/microsoft/WinUI-Gallery/tree/main), or download the app [from the Microsoft Store](https://www.microsoft.com/store/productId/9P3JFPWWDZRC).
+- **Samples**: To see WinUI 3 controls and features in action, you can clone and build the WinUI 3 Gallery app [from GitHub](https://github.com/microsoft/WinUI-Gallery/tree/main), or download the app [from the Microsoft Store](https://apps.microsoft.com/detail/9P3JFPWWDZRC).
For more information or to get started developing with WinUI, see:
diff --git a/hub/apps/windows-app-sdk/release-notes-archive/stable-channel-0.8.md b/hub/apps/windows-app-sdk/release-notes-archive/stable-channel-0.8.md
index 9c2a270f04..030c547dc5 100644
--- a/hub/apps/windows-app-sdk/release-notes-archive/stable-channel-0.8.md
+++ b/hub/apps/windows-app-sdk/release-notes-archive/stable-channel-0.8.md
@@ -211,7 +211,7 @@ This release includes many bug fixes and improved stabilization across WinUI 3.
For more information on WinUI, see [WinUI](../../winui/index.md).
-To see WinUI 3 controls and features in action, you can clone and build the WinUI 3 Gallery app [from GitHub](https://github.com/microsoft/WinUI-Gallery/tree/main), or download the app [from the Microsoft Store](https://www.microsoft.com/store/productId/9P3JFPWWDZRC).
+To see WinUI 3 controls and features in action, you can clone and build the WinUI 3 Gallery app [from GitHub](https://github.com/microsoft/WinUI-Gallery/tree/main), or download the app [from the Microsoft Store](https://apps.microsoft.com/detail/9P3JFPWWDZRC).
To get started developing with WinUI, check out the following articles:
diff --git a/hub/apps/windows-app-sdk/release-notes-archive/stable-channel-1.1.md b/hub/apps/windows-app-sdk/release-notes-archive/stable-channel-1.1.md
index 424fe3c42c..26c684460b 100644
--- a/hub/apps/windows-app-sdk/release-notes-archive/stable-channel-1.1.md
+++ b/hub/apps/windows-app-sdk/release-notes-archive/stable-channel-1.1.md
@@ -110,7 +110,7 @@ WinUI 3 is the native user experience (UX) framework for Windows App SDK. This r
**New features:**
- Mica and Background Acrylic are now available for WinUI 3 applications.
- - For more information about these materials, check out [Materials in Windows 11](../../design/signature-experiences/materials.md). Check out our sample code for applying Mica in C++ applications at [Apply Mica or Acrylic materials in desktop apps for Windows 11](../system-backdrop-controller.md) and in C# applications [on GitHub](https://github.com/microsoft/WinUI-Gallery/tree/main/WinUIGallery/ControlPagesSampleCode/SystemBackdrops) as part of the [WinUI 3 Gallery](https://www.microsoft.com/store/productId/9P3JFPWWDZRC).
+ - For more information about these materials, check out [Materials in Windows 11](../../design/signature-experiences/materials.md). Check out our sample code for applying Mica in C++ applications at [Apply Mica or Acrylic materials in desktop apps for Windows 11](../system-backdrop-controller.md) and in C# applications [on GitHub](https://github.com/microsoft/WinUI-Gallery/tree/main/WinUIGallery/ControlPagesSampleCode/SystemBackdrops) as part of the [WinUI 3 Gallery](https://apps.microsoft.com/detail/9P3JFPWWDZRC).
- First introduced in 1.0.1, we have stabilized and enabled the creation of **multiple windows on the same thread** in WinUI 3 applications. See [issue 5918](https://github.com/microsoft/microsoft-ui-xaml/issues/5918) for more information.
**Fixed bugs:**
diff --git a/hub/apps/winui/winui3/index.md b/hub/apps/winui/winui3/index.md
index a508c3bf60..bac0216821 100644
--- a/hub/apps/winui/winui3/index.md
+++ b/hub/apps/winui/winui3/index.md
@@ -31,7 +31,7 @@ WinUI 3 is the native UI platform component that ships with the [Windows App SDK
>
> If installed already, open them by clicking the following links: [**WinUI 3 Gallery**](winui3gallery:/item/AnimatedIcon) or [**WinUI 2 Gallery**](winui2gallery:/item/AnimatedIcon).
>
-> If they are not installed, you can download the [**WinUI 3 Gallery**](https://www.microsoft.com/store/productId/9P3JFPWWDZRC) and the [**WinUI 2 Gallery**](https://www.microsoft.com/store/productId/9MSVH128X2ZT) from the Microsoft Store.
+> If they are not installed, you can download the [**WinUI 3 Gallery**](https://apps.microsoft.com/detail/9P3JFPWWDZRC) and the [**WinUI 2 Gallery**](https://apps.microsoft.com/detail/9MSVH128X2ZT) from the Microsoft Store.
>
> You can also get the source code for both from [GitHub](https://github.com/Microsoft/WinUI-Gallery) (use the *main* branch for WinUI 3 and the *winui2* branch for WinUI 2).
diff --git a/hub/includes/winui-2-gallery.md b/hub/includes/winui-2-gallery.md
index 657fdd92d0..cfdd3810d4 100644
--- a/hub/includes/winui-2-gallery.md
+++ b/hub/includes/winui-2-gallery.md
@@ -2,4 +2,4 @@
ms.topic: include
ms.date: 06/01/2022
---
-The **WinUI 2 Gallery** app includes interactive examples of most WinUI 2 controls, features, and functionality. Get the app from the [Microsoft Store](https://www.microsoft.com/store/productId/9MSVH128X2ZT) or get the source code on [GitHub](https://github.com/Microsoft/WinUI-Gallery/tree/winui2).
\ No newline at end of file
+The **WinUI 2 Gallery** app includes interactive examples of most WinUI 2 controls, features, and functionality. Get the app from the [Microsoft Store](https://apps.microsoft.com/detail/9MSVH128X2ZT) or get the source code on [GitHub](https://github.com/Microsoft/WinUI-Gallery/tree/winui2).
\ No newline at end of file
diff --git a/hub/includes/winui-3-gallery.md b/hub/includes/winui-3-gallery.md
index 644d6a05ff..c025ecd67a 100644
--- a/hub/includes/winui-3-gallery.md
+++ b/hub/includes/winui-3-gallery.md
@@ -2,4 +2,4 @@
ms.topic: include
ms.date: 06/01/2022
---
-> The **WinUI 3 Gallery** app includes interactive examples of most WinUI 3 controls, features, and functionality. Get the app from the [Microsoft Store](https://www.microsoft.com/store/productId/9P3JFPWWDZRC) or get the source code on [GitHub](https://github.com/microsoft/WinUI-Gallery)
+> The **WinUI 3 Gallery** app includes interactive examples of most WinUI 3 controls, features, and functionality. Get the app from the [Microsoft Store](https://apps.microsoft.com/detail/9P3JFPWWDZRC) or get the source code on [GitHub](https://github.com/microsoft/WinUI-Gallery)
diff --git a/uwp/get-started/winui2/index.md b/uwp/get-started/winui2/index.md
index 41a3dc0732..6d2876bbf3 100644
--- a/uwp/get-started/winui2/index.md
+++ b/uwp/get-started/winui2/index.md
@@ -35,7 +35,7 @@ Maintaining down-level compatibility with earlier versions of Windows 10 enables
>
> If the gallery app is installed already, click [**WinUI 2 Gallery**](winui2gallery:) to open it.
>
-> If it's not installed, download the [**WinUI 2 Gallery**](https://www.microsoft.com/store/productId/9MSVH128X2ZT) from the Microsoft Store.
+> If it's not installed, download the [**WinUI 2 Gallery**](https://apps.microsoft.com/detail/9MSVH128X2ZT) from the Microsoft Store.
>
> You can also get the source code from [GitHub](https://github.com/Microsoft/WinUI-Gallery) (select the *winui2* branch).
diff --git a/uwp/get-started/winui2/release-notes/index.md b/uwp/get-started/winui2/release-notes/index.md
index 2e16dade3d..e3296940d2 100644
--- a/uwp/get-started/winui2/release-notes/index.md
+++ b/uwp/get-started/winui2/release-notes/index.md
@@ -28,7 +28,7 @@ You can download and use WinUI packages in your app using the NuGet package mana
>
> If the gallery app is installed already, click [**WinUI 2 Gallery**](winui2gallery:) to open it.
>
-> If it's not installed, download the [**WinUI 2 Gallery**](https://www.microsoft.com/store/productId/9MSVH128X2ZT) from the Microsoft Store.
+> If it's not installed, download the [**WinUI 2 Gallery**](https://apps.microsoft.com/detail/9MSVH128X2ZT) from the Microsoft Store.
>
> You can also get the source code from [GitHub](https://github.com/Microsoft/WinUI-Gallery) (select the *winui2* branch).
diff --git a/uwp/get-started/winui2/release-notes/winui-2.0.md b/uwp/get-started/winui2/release-notes/winui-2.0.md
index dad407dd46..c636e292af 100644
--- a/uwp/get-started/winui2/release-notes/winui-2.0.md
+++ b/uwp/get-started/winui2/release-notes/winui-2.0.md
@@ -67,7 +67,7 @@ Controls and patterns in this release include:
>
> If installed already, open them by clicking the following links: [**WinUI 3 Gallery**](winui3gallery:/item/AnimatedIcon) or [**WinUI 2 Gallery**](winui2gallery:/item/AnimatedIcon).
>
-> If they are not installed, you can download the [**WinUI 3 Gallery**](https://www.microsoft.com/store/productId/9P3JFPWWDZRC) and the [**WinUI 2 Gallery**](https://www.microsoft.com/store/productId/9MSVH128X2ZT) from the Microsoft Store.
+> If they are not installed, you can download the [**WinUI 3 Gallery**](https://apps.microsoft.com/detail/9P3JFPWWDZRC) and the [**WinUI 2 Gallery**](https://apps.microsoft.com/detail/9MSVH128X2ZT) from the Microsoft Store.
>
> You can also get the source code for both from [GitHub](https://github.com/Microsoft/WinUI-Gallery) (use the *main* branch for WinUI 3 and the *winui2* branch for WinUI 2).
diff --git a/uwp/get-started/winui2/release-notes/winui-2.1.md b/uwp/get-started/winui2/release-notes/winui-2.1.md
index f0683cb28c..19c31d56e6 100644
--- a/uwp/get-started/winui2/release-notes/winui-2.1.md
+++ b/uwp/get-started/winui2/release-notes/winui-2.1.md
@@ -10,7 +10,7 @@ ms.topic: release-notes
The first open-source version of WinUI – WinUI 2.1 (released April 2019).
-WinUI gives you many of the latest Windows UX platform features, including up-to-date Fluent controls and styles, available in a way you can use right away, backward-compatible to Windows 10 Anniversary Update (14393). The [WinUI 2 Gallery](https://www.microsoft.com/store/productId/9MSVH128X2ZT) gives you samples to explore all the cool new features added to the library.
+WinUI gives you many of the latest Windows UX platform features, including up-to-date Fluent controls and styles, available in a way you can use right away, backward-compatible to Windows 10 Anniversary Update (14393). The [WinUI 2 Gallery](https://apps.microsoft.com/detail/9MSVH128X2ZT) gives you samples to explore all the cool new features added to the library.
Download the [WinUI 2.1 NuGet package](https://www.nuget.org/packages/Microsoft.UI.Xaml/2.1.190405004)
@@ -78,7 +78,7 @@ With Windows 10 May 2019 Update, many of our common controls add elevation by us
>
> If the gallery app is installed already, click [**WinUI 2 Gallery**](winui2gallery:) to open it.
>
-> If it's not installed, download the [**WinUI 2 Gallery**](https://www.microsoft.com/store/productId/9MSVH128X2ZT) from the Microsoft Store.
+> If it's not installed, download the [**WinUI 2 Gallery**](https://apps.microsoft.com/detail/9MSVH128X2ZT) from the Microsoft Store.
>
> You can also get the source code from [GitHub](https://github.com/Microsoft/WinUI-Gallery) (select the *winui2* branch).
diff --git a/uwp/get-started/winui2/release-notes/winui-2.2.md b/uwp/get-started/winui2/release-notes/winui-2.2.md
index 4768bedec7..81dfdbda10 100644
--- a/uwp/get-started/winui2/release-notes/winui-2.2.md
+++ b/uwp/get-started/winui2/release-notes/winui-2.2.md
@@ -109,7 +109,7 @@ CheckBox and RadioButton visuals were updated to be consistent with the rest of
>
> If the gallery app is installed already, click [**WinUI 2 Gallery**](winui2gallery:) to open it.
>
-> If it's not installed, download the [**WinUI 2 Gallery**](https://www.microsoft.com/store/productId/9MSVH128X2ZT) from the Microsoft Store.
+> If it's not installed, download the [**WinUI 2 Gallery**](https://apps.microsoft.com/detail/9MSVH128X2ZT) from the Microsoft Store.
>
> You can also get the source code from [GitHub](https://github.com/Microsoft/WinUI-Gallery) (select the *winui2* branch).
diff --git a/uwp/get-started/winui2/release-notes/winui-2.3.md b/uwp/get-started/winui2/release-notes/winui-2.3.md
index acab8a6abc..5a0f413502 100644
--- a/uwp/get-started/winui2/release-notes/winui-2.3.md
+++ b/uwp/get-started/winui2/release-notes/winui-2.3.md
@@ -63,7 +63,7 @@ Doc and sample link: [Radio buttons](/windows/apps/design/controls/radio-button)
>
> If the gallery app is installed already, click [**WinUI 2 Gallery**](winui2gallery:) to open it.
>
-> If it's not installed, download the [**WinUI 2 Gallery**](https://www.microsoft.com/store/productId/9MSVH128X2ZT) from the Microsoft Store.
+> If it's not installed, download the [**WinUI 2 Gallery**](https://apps.microsoft.com/detail/9MSVH128X2ZT) from the Microsoft Store.
>
> You can also get the source code from [GitHub](https://github.com/Microsoft/WinUI-Gallery) (select the *winui2* branch).
diff --git a/uwp/get-started/winui2/release-notes/winui-2.4.md b/uwp/get-started/winui2/release-notes/winui-2.4.md
index a3602cdd3b..b3b0a7c8be 100644
--- a/uwp/get-started/winui2/release-notes/winui-2.4.md
+++ b/uwp/get-started/winui2/release-notes/winui-2.4.md
@@ -96,6 +96,6 @@ The [NavigationView](/windows/winui/api/microsoft.ui.xaml.controls.navigationvie
>
> If the gallery app is installed already, click [**WinUI 2 Gallery**](winui2gallery:) to open it.
>
-> If it's not installed, download the [**WinUI 2 Gallery**](https://www.microsoft.com/store/productId/9MSVH128X2ZT) from the Microsoft Store.
+> If it's not installed, download the [**WinUI 2 Gallery**](https://apps.microsoft.com/detail/9MSVH128X2ZT) from the Microsoft Store.
>
> You can also get the source code from [GitHub](https://github.com/Microsoft/WinUI-Gallery) (select the *winui2* branch).
diff --git a/uwp/get-started/winui2/release-notes/winui-2.5.md b/uwp/get-started/winui2/release-notes/winui-2.5.md
index 4a21b4ca9d..6f72833bc2 100644
--- a/uwp/get-started/winui2/release-notes/winui-2.5.md
+++ b/uwp/get-started/winui2/release-notes/winui-2.5.md
@@ -69,7 +69,7 @@ The following image shows a NavigationView with *Account*, *Your Cart*, and *Hel
>
> If the gallery app is installed already, click [**WinUI 2 Gallery**](winui2gallery:) to open it.
>
-> If it's not installed, download the [**WinUI 2 Gallery**](https://www.microsoft.com/store/productId/9MSVH128X2ZT) from the Microsoft Store.
+> If it's not installed, download the [**WinUI 2 Gallery**](https://apps.microsoft.com/detail/9MSVH128X2ZT) from the Microsoft Store.
>
> You can also get the source code from [GitHub](https://github.com/Microsoft/WinUI-Gallery) (select the *winui2* branch).
diff --git a/uwp/get-started/winui2/release-notes/winui-2.6.md b/uwp/get-started/winui2/release-notes/winui-2.6.md
index 2cfb6fbbf7..9f54b184ad 100644
--- a/uwp/get-started/winui2/release-notes/winui-2.6.md
+++ b/uwp/get-started/winui2/release-notes/winui-2.6.md
@@ -133,7 +133,7 @@ A new `SplitButtonCommandBarStyle` provides the ability to apply the look and fe
>
> If the gallery app is installed already, click [**WinUI 2 Gallery**](winui2gallery:) to open it.
>
-> If it's not installed, download the [**WinUI 2 Gallery**](https://www.microsoft.com/store/productId/9MSVH128X2ZT) from the Microsoft Store.
+> If it's not installed, download the [**WinUI 2 Gallery**](https://apps.microsoft.com/detail/9MSVH128X2ZT) from the Microsoft Store.
>
> You can also get the source code from [GitHub](https://github.com/Microsoft/WinUI-Gallery) (select the *winui2* branch).
diff --git a/uwp/get-started/winui2/release-notes/winui-2.7.md b/uwp/get-started/winui2/release-notes/winui-2.7.md
index 724e4f2cd1..5be327de32 100644
--- a/uwp/get-started/winui2/release-notes/winui-2.7.md
+++ b/uwp/get-started/winui2/release-notes/winui-2.7.md
@@ -53,7 +53,7 @@ Use the Orientation property of the ColorPicker control to specify whether the e
>
> If the gallery app is installed already, click [**WinUI 2 Gallery**](winui2gallery:) to open it.
>
-> If it's not installed, download the [**WinUI 2 Gallery**](https://www.microsoft.com/store/productId/9MSVH128X2ZT) from the Microsoft Store.
+> If it's not installed, download the [**WinUI 2 Gallery**](https://apps.microsoft.com/detail/9MSVH128X2ZT) from the Microsoft Store.
>
> You can also get the source code from [GitHub](https://github.com/Microsoft/WinUI-Gallery) (select the *winui2* branch).
diff --git a/uwp/get-started/winui2/release-notes/winui-2.8.md b/uwp/get-started/winui2/release-notes/winui-2.8.md
index 78144ab262..17295e461d 100644
--- a/uwp/get-started/winui2/release-notes/winui-2.8.md
+++ b/uwp/get-started/winui2/release-notes/winui-2.8.md
@@ -35,7 +35,7 @@ WinUI packages can be added to Visual Studio projects through the NuGet package
>
> If the gallery app is installed already, click [**WinUI 2 Gallery**](winui2gallery:) to open it.
>
-> If it's not installed, download the [**WinUI 2 Gallery**](https://www.microsoft.com/store/productId/9MSVH128X2ZT) from the Microsoft Store.
+> If it's not installed, download the [**WinUI 2 Gallery**](https://apps.microsoft.com/detail/9MSVH128X2ZT) from the Microsoft Store.
>
> You can also get the source code from [GitHub](https://github.com/Microsoft/WinUI-Gallery) (select the *winui2* branch).
diff --git a/uwp/ui-input/reveal-focus.md b/uwp/ui-input/reveal-focus.md
index 5174f874f9..1ae69431cc 100644
--- a/uwp/ui-input/reveal-focus.md
+++ b/uwp/ui-input/reveal-focus.md
@@ -31,7 +31,7 @@ This is especially helpful in 10-foot scenarios where the user might not be payi
>
> - [Open the WinUI 2 Gallery app and see RevealFocus in action](winui2gallery:/item/RevealFocus).
-The **WinUI 2 Gallery** app includes interactive examples of most WinUI 2 controls, features, and functionality. Get the app from the [Microsoft Store](https://www.microsoft.com/store/productId/9MSVH128X2ZT) or get the source code on [GitHub](https://github.com/Microsoft/WinUI-Gallery/tree/winui2).
+The **WinUI 2 Gallery** app includes interactive examples of most WinUI 2 controls, features, and functionality. Get the app from the [Microsoft Store](https://apps.microsoft.com/detail/9MSVH128X2ZT) or get the source code on [GitHub](https://github.com/Microsoft/WinUI-Gallery/tree/winui2).
## How to use it