Skip to content

Commit d7e4b5a

Browse files
committed
Change link format to fix suggestion
1 parent b0bbc01 commit d7e4b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hub/apps/how-tos/uno-multiplatform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ content-type: how-to
1414

1515
# How to target multiple platforms with your WinUI 3 app
1616

17-
Once you've [created](hello-world-winui3.md) a starter Hello World WinUI 3 app, you might be wondering how to reach more users with a single codebase. This how-to will use [Uno Platform](https://platform.uno/) to expand the reach of your existing application enabling reuse of the business logic and UI layer across native mobile, web, and desktop.
17+
Once you've [created](/windows/apps/how-tos/hello-world-winui3) a starter Hello World WinUI 3 app, you might be wondering how to reach more users with a single codebase. This how-to will use [Uno Platform](https://platform.uno/) to expand the reach of your existing application enabling reuse of the business logic and UI layer across native mobile, web, and desktop.
1818

1919
:::image type="content" source="images/hello-world/uno-hello-world.png" alt-text="The 'Hello world' app running in the browser.":::
2020

@@ -89,7 +89,7 @@ A banner at the top of the editor may ask to reload projects, click **Reload pro
8989

9090
## Building your app
9191

92-
Now that you've generated the functional starting point of your multi-platform WinUI application, you can copy markup into it from the Hello World WinUI 3 project outlined in the [previous](hello-world-winui3.md) tutorial.
92+
Now that you've generated the functional starting point of your multi-platform WinUI application, you can copy markup into it from the Hello World WinUI 3 project outlined in the [previous](/windows/apps/how-tos/hello-world-winui3) tutorial.
9393

9494
You should see the following default file structure in your Solution Explorer:
9595

0 commit comments

Comments
 (0)