Skip to content

Commit f143d97

Browse files
committed
Fixing CI
1 parent 03b61e9 commit f143d97

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

hub/apps/develop/toc.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,43 +1157,43 @@ items:
11571157
- name: Tools
11581158
items:
11591159
- name: Agentic tools
1160-
href: dev-tools/agentic-tools.md
1160+
href: ../dev-tools/agentic-tools.md
11611161
- name: Visual Studio
11621162
href: ../winui/winui3/winui-project-templates-in-visual-studio.md
11631163
- name: Windows App Development CLI
11641164
items:
11651165
- name: Overview
1166-
href: dev-tools/winapp-cli/index.md
1166+
href: ../dev-tools/winapp-cli/index.md
11671167
- name: CLI reference
1168-
href: dev-tools/winapp-cli/usage.md
1168+
href: ../dev-tools/winapp-cli/usage.md
11691169
- name: Framework guides
11701170
items:
11711171
- name: Overview
1172-
href: dev-tools/winapp-cli/guides/index.md
1172+
href: ../dev-tools/winapp-cli/guides/index.md
11731173
- name: C++
1174-
href: dev-tools/winapp-cli/guides/cpp.md
1174+
href: ../dev-tools/winapp-cli/guides/cpp.md
11751175
- name: .NET
1176-
href: dev-tools/winapp-cli/guides/dotnet.md
1176+
href: ../dev-tools/winapp-cli/guides/dotnet.md
11771177
- name: Electron
11781178
items:
11791179
- name: Setup
1180-
href: dev-tools/winapp-cli/guides/electron-setup.md
1180+
href: ../dev-tools/winapp-cli/guides/electron-setup.md
11811181
- name: Packaging
1182-
href: dev-tools/winapp-cli/guides/electron-packaging.md
1182+
href: ../dev-tools/winapp-cli/guides/electron-packaging.md
11831183
- name: C++ notification addon
1184-
href: dev-tools/winapp-cli/guides/electron-cpp-notification-addon.md
1184+
href: ../dev-tools/winapp-cli/guides/electron-cpp-notification-addon.md
11851185
- name: Phi Silica addon
1186-
href: dev-tools/winapp-cli/guides/electron-phi-silica-addon.md
1186+
href: ../dev-tools/winapp-cli/guides/electron-phi-silica-addon.md
11871187
- name: WinML addon
1188-
href: dev-tools/winapp-cli/guides/electron-winml-addon.md
1188+
href: ../dev-tools/winapp-cli/guides/electron-winml-addon.md
11891189
- name: Flutter
1190-
href: dev-tools/winapp-cli/guides/flutter.md
1190+
href: ../dev-tools/winapp-cli/guides/flutter.md
11911191
- name: Rust
1192-
href: dev-tools/winapp-cli/guides/rust.md
1192+
href: ../dev-tools/winapp-cli/guides/rust.md
11931193
- name: Tauri
1194-
href: dev-tools/winapp-cli/guides/tauri.md
1194+
href: ../dev-tools/winapp-cli/guides/tauri.md
11951195
- name: Packaging a CLI executable
1196-
href: dev-tools/winapp-cli/guides/packaging-cli.md
1196+
href: ../dev-tools/winapp-cli/guides/packaging-cli.md
11971197
- name: Tutorials
11981198
items:
11991199
- name: Win32 interop APIs (PInvoke) in a C# WinUI app

hub/apps/get-started/start-here.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.collection: windows11
1010

1111
# Quick start: Set up your environment and create a WinUI 3 project
1212

13-
This quick start guide walks you through setting up your WinUI and Windows App SDK development environment and creating your first app. To develop WinUI apps, you need:
13+
This quick start guide walks you through setting up your WinUI and Windows App SDK development environment and creating your first app. To learn more about how [Visual Studio and its templates](../winui/winui3/winui-project-templates-in-visual-studio.md) support WinUI development, see the Visual Studio overview. To develop WinUI apps, you need:
1414

1515
- [Visual Studio 2026](/visualstudio/ide/) with the required workloads for WinUI and Windows App SDK
1616
- [Developer Mode](/windows/advanced-settings/developer-mode) enabled on your device

0 commit comments

Comments
 (0)