Skip to content

Commit

Permalink
Fix broken link in winui3_migration.md (#6312)
Browse files Browse the repository at this point in the history
Fix broken links.
Link specifically to WinUI feature
  • Loading branch information
krschau authored Dec 2, 2021
1 parent c9c45e2 commit 3f179e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/winui3_migration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Migrating a UWP App To WinUI3

**It is recommended to use the [try-convert](https://github.com/dotnet/try-convert/blob/feature/winui) tool for the full conversion process.**
**[try-convert](https://github.com/dotnet/try-convert/blob/feature/winui) will automate most of the conversion steps.**
**It is recommended to use the [try-convert](https://github.com/dotnet/try-convert/tree/feature/winui) tool for the full conversion process.**
**try-convert will automate most of the conversion steps.**

## Background

Expand All @@ -18,4 +18,4 @@ This porting assistance is provided in the form of Roslyn Analyzers and Code Fix
- A Code Analyzer provides on the fly code inspections for C# and creates diagnostics.
- A Code Fix consumes the diagnostics created by the Code Analyzer and modifies the C# file in-line.

See the [try-convert documentation](https://github.com/dotnet/try-convert/blob/feature/winui) for more information on these code analyzers and how to automoate the process with [try-convert](https://github.com/dotnet/try-convert/blob/feature/winui/WinUIConvert.md).
See the [try-convert documentation](https://github.com/dotnet/try-convert/blob/feature/winui/WinUIConvert.md) for more information on these code analyzers and how to automoate the process with try-convert.

0 comments on commit 3f179e8

Please sign in to comment.