Skip to content

Commit aa33519

Browse files
Corrected problem links while I was in here
1 parent cd29127 commit aa33519

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

hub/apps/desktop/modernize/xaml-islands/host-custom-control-with-xaml-islands-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ You can package the app in an [MSIX package](/windows/msix) for deployment. MSIX
311311
3. For info about distributing/deploying the package, see [Manage your MSIX deployment](/windows/msix/desktop/managing-your-msix-deployment-overview).
312312

313313
> [!NOTE]
314-
> If you choose to not package your application in an [MSIX package](/windows/msix) for deployment, then computers that run your app must have the [Visual C++ Runtime](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) installed.
314+
> If you choose to not package your application in an [MSIX package](/windows/msix) for deployment, then computers that run your app must have the [Visual C++ Runtime](https://learn.microsoft.com/cpp/windows/latest-supported-vc-redist?view=msvc-170) installed.
315315

316316
### Option 2: Create an application manifest
317317

hub/apps/desktop/modernize/xaml-islands/host-custom-control-with-xaml-islands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ You can optionally package the WPF app in an [MSIX package](/windows/msix) for d
315315
The following instructions show you how to package the all the components in the solution in an MSIX package by using the [Windows Application Packaging Project](/windows/msix/desktop/desktop-to-uwp-packaging-dot-net) in Visual Studio 2019. These steps are necessary only if you want to package the WPF app in an MSIX package.
316316

317317
> [!NOTE]
318-
> If you choose to not package your application in an [MSIX package](/windows/msix) for deployment, then computers that run your app must have the [Visual C++ Runtime](https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads) installed.
318+
> If you choose to not package your application in an [MSIX package](/windows/msix) for deployment, then computers that run your app must have the [Visual C++ Runtime](https://learn.microsoft.com/cpp/windows/latest-supported-vc-redist?view=msvc-170) installed.
319319

320320
1. Add a new [Windows Application Packaging Project](/windows/msix/desktop/desktop-to-uwp-packaging-dot-net) to your solution. As you create the project, select the same **Target version** and **Minimum version** as you selected for the UWP project.
321321

hub/apps/desktop/modernize/xaml-islands/xaml-islands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The way you use XAML Islands depends on your application type and the types of W
3232
XAML Islands have these run time requirements:
3333

3434
* Windows 10, version 1903, or a later release.
35-
* If your application is not packaged in an [MSIX package](/windows/msix) for deployment, the computer must have the [Visual C++ Runtime](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) installed.
35+
* If your application is not packaged in an [MSIX package](/windows/msix) for deployment, the computer must have the [Visual C++ Runtime](https://learn.microsoft.com/cpp/windows/latest-supported-vc-redist?view=msvc-170) installed.
3636

3737
## WPF and Windows Forms applications
3838

hub/apps/publish/msstore-dev-cli/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ msstore submission delete <productId>
349349
| -v, --verbose | Print verbose output. |
350350
| -?, -h, --help | Show help and usage information. |
351351

352-
## Flights Command
352+
## Flights Commands
353353

354354
| Sub-Command | Description |
355355
| ------------------------------------------- | ------------------------------------------------------------ |

hub/apps/windows-app-sdk/preview-experimental-create-winui3-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ To create a WinUI desktop app with C# using Windows App SDK 1.0 Preview 3:
296296

297297
3. Install the [Windows App SDK runtime and MSIX packages](downloads.md). These are required to run and deploy your app.
298298

299-
4. Create a new app using the ["Blank App, Packaged (WinUI in Desktop)"](#instructions-for-winui-3-packaged-desktop-apps) project template. Starting with a packaged app is required to use XAML diagnostics.
299+
4. Create a new app using the ["Blank App, Packaged (WinUI in Desktop)"](#instructions-for-winui-packaged-desktop-apps) project template. Starting with a packaged app is required to use XAML diagnostics.
300300

301301
5. Add the following property to your project file&mdash;either your `.csproj` (C#) or `.vcxproj` (C++) file:
302302

@@ -361,7 +361,7 @@ To create a WinUI desktop app with C++ using Windows App SDK 1.0 Preview 3:
361361

362362
3. Install the [Windows App SDK runtime and MSIX packages](downloads.md). These are required to run and deploy your app.
363363

364-
4. Create a new app using the ["Blank App, Packaged (WinUI in Desktop)"](#instructions-for-winui-3-packaged-desktop-apps) project template. Starting with a packaged app is required to use XAML diagnostics.
364+
4. Create a new app using the ["Blank App, Packaged (WinUI in Desktop)"](#instructions-for-winui-packaged-desktop-apps) project template. Starting with a packaged app is required to use XAML diagnostics.
365365

366366
5. Install the [Microsoft Visual C++ Redistributable (VCRedist)](/cpp/windows/latest-supported-vc-redist) for the appropriate architecture
367367

@@ -372,7 +372,7 @@ To create a WinUI desktop app with C++ using Windows App SDK 1.0 Preview 3:
372372
> [!NOTE]
373373
> If you do not have the VCRedist installed on a target device, then dynamic links to c:\windows\system32\vcruntime140.dll will fail, which can manifest to end users in many ways.
374374

375-
6. [Create a new app](#instructions-for-winui-3-packaged-desktop-apps) using the "Blank App, Packaged (WinUI in Desktop)" project template. Starting with a packaged app is required to use XAML diagnostics.
375+
6. [Create a new app](#instructions-for-winui-packaged-desktop-apps) using the "Blank App, Packaged (WinUI in Desktop)" project template. Starting with a packaged app is required to use XAML diagnostics.
376376

377377
7. Add this property to the project file:
378378

0 commit comments

Comments
 (0)