Skip to content

Commit 0f7d173

Browse files
Fix build warnings: metadata, broken bookmarks, and broken links (Group A)
- uwp/index.yml: Remove invalid ms.subservice value - store-app-quality.md: Fix broken bookmark anchors - desktop-to-uwp-distribute.md: Replace retired Store for Business link - modernize-wpf-tutorial.md: Fix broken XAML host controls link - support.md: Convert absolute link to relative Co-authored-by: Copilot <[email protected]>
1 parent 111b3bc commit 0f7d173

5 files changed

Lines changed: 5 additions & 6 deletions

File tree

hub/apps/desktop/modernize/desktop-to-uwp-distribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you decide to package your desktop app in an MSIX package (see [Building an M
1919

2020
The [Microsoft Store](https://www.microsoft.com/store/apps) is a convenient way for customers to get your app.
2121

22-
Publish your application to the Microsoft Store to reach the broadest audience. Also, organizational customers can acquire your application to distribute internally to their organizations through the [Microsoft Store for Business](https://businessstore.microsoft.com/store).
22+
Publish your application to the Microsoft Store to reach the broadest audience. Also, organizational customers can acquire your application to distribute internally to their organizations through the [Microsoft Store for Business](https://www.microsoft.com/store/apps).
2323

2424
If you plan to publish to the Microsoft Store, you'll be asked a few extra questions as part of the submission process. That's because your package manifest declares a restricted capability named **runFullTrust**, and we need to approve your application's use of that capability. You can read more about this requirement here: [Restricted capabilities](/windows/uwp/packaging/app-capability-declarations#restricted-capabilities).
2525

hub/apps/desktop/modernize/modernize-wpf-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For more information, see these articles:
102102

103103
Starting in Windows 10, version 1903, you can host UWP controls in non-UWP desktop apps using a feature called *XAML Islands*. This feature enables you to enhance the look, feel, and functionality of your existing desktop apps with the latest Windows UI features that are only available via UWP controls. This means that you can use UWP features such as Windows Ink and controls that support the Fluent Design System in your existing WPF, Windows Forms, and C++ Win32 apps.
104104

105-
For more information, see [UWP controls in desktop applications (XAML Islands)](/windows/apps/develop/platform/xaml/xaml-host-controls). This tutorial guides you through the process of using two different types of XAML Island controls:
105+
For more information, see [UWP controls in desktop applications (XAML Islands)](/windows/apps/desktop/modernize/#host-winui-xaml-controls-xaml-islands). This tutorial guides you through the process of using two different types of XAML Island controls:
106106

107107
* The [InkCanvas](/windows/communitytoolkit/controls/wpf-winforms/inkcanvas) and [MapControl](/windows/communitytoolkit/controls/wpf-winforms/mapcontrol) in the Windows Community Toolkit. These WPF controls wrap the interface and functionality of the corresponding UWP controls and can be used like any other WPF control in the Visual Studio designer.
108108

hub/apps/develop/support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Get help with coding, APIs, and building Windows apps.
2121

2222
The Windows developer community is an incredible resource for learning and problem-solving:
2323

24-
- **[Microsoft Q&A](https://learn.microsoft.com/answers/questions/)** - Ask technical questions and get answers from Microsoft experts and the community
24+
- **[Microsoft Q&A](/answers/questions/)** - Ask technical questions and get answers from Microsoft experts and the community
2525
- **[Windows App SDK discussions](https://github.com/microsoft/windowsappsdk/discussions)** - Connect with other developers and the Windows App SDK team
2626
- **[WinUI 3 discussions](https://github.com/microsoft/microsoft-ui-xaml/discussions)** - Get help and share feedback about WinUI
2727
- **[Stack Overflow](https://stackoverflow.com/questions/tagged/windows-app-sdk)** - Browse thousands of answered questions tagged with Windows App SDK

hub/apps/publish/store-app-quality.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Make your **title** memorable and informative. A quality title can draw attentio
3838
- Be original and distinctive. For example, a title that’s a variation on the spelling of another app can cause confusion and a unique title can help your app stand out.
3939
- Choose a title that is informative. For example, “My First App” or “Client App” are too generic.
4040
- Take a look at the article [Choosing your app's name](publish-your-app/msix/reserve-your-apps-name.md) for more helpful title ideas.
41-
- For some great tips, see the article [Write a great app name](./faq/submit-your-app.md#tips-for-choosing-a-great-app-name).
41+
- For some great tips, see the article [Write a great app name](./faq/submit-your-app.md).
4242

4343
The **description** lets you describe your app’s main features. Keep it clear, crisp, and compelling.
4444

@@ -47,7 +47,7 @@ The **description** lets you describe your app’s main features. Keep it clear,
4747
- List app features in the features section of the metadata and summarize your best features in the app description so customers can tell what they’ll get. For example, don’t just list the planets when you describe your astronomy app; tell customers about your app’s special satellite tracking feature. In crowded segments of the Store, make an extra effort to tell customers how your app is different and better.
4848
- Tell customers the truth. Describe what’s actually in the app. For example, don’t tell customers about features that aren’t yet in your app (unless you identify them as planned).
4949
- If your app depends on another app to function, say so the beginning of your description. This will let customers know what other software and apps they need to use your app.
50-
- For some great tips, see the article [Write a great app description](./faq/submit-your-app.md#write-a-great-app-description).
50+
- For some great tips, see the article [Write a great app description](./faq/submit-your-app.md).
5151

5252
**Screenshots** and **Trailers** are your chance to give customers a preview of your app’s awesome functionality. Use them skillfully to highlight app quality:
5353

uwp/index.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ metadata:
99
ms.topic: landing-page
1010
ms.collection: collection
1111
ms.date: 09/24/2019
12-
ms.subservice: uwp-conceptual-docs
1312
keywords: windows uwp, universal windows platform, Windows Runtime APIs, windows api, windows api ref, winrt api, windows api reference, uwp api, uwp api reference, develop uwp, design uwp, publish uwp
1413

1514
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new

0 commit comments

Comments
 (0)