Skip to content

Commit d084ff8

Browse files
authored
Fix links to WinUI Gallery ( // intead of / ) (#6364)
1 parent a5ca345 commit d084ff8

63 files changed

Lines changed: 75 additions & 75 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

hub/apps/design/layout/attached-layouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ The UI for the Xbox Activity Feed uses a repeating pattern where each line has a
292292
The code below walks through what a custom virtualizing UI for the activity feed might be to illustrate the general approach you might take for a **data layout**.
293293

294294
> [!TIP]
295-
> If you have the **WinUI 3 Gallery** app installed, click here to [open the app and see the ItemsRepeater in action](winui3gallery:/item/ItemsRepeater). Get the app from the [Microsoft Store](https://apps.microsoft.com/detail/9P3JFPWWDZRC) or get the source code on [GitHub](https://github.com/microsoft/WinUI-Gallery).
295+
> If you have the **WinUI 3 Gallery** app installed, click here to [open the app and see the ItemsRepeater in action](winui3gallery://item/ItemsRepeater). Get the app from the [Microsoft Store](https://apps.microsoft.com/detail/9P3JFPWWDZRC) or get the source code on [GitHub](https://github.com/microsoft/WinUI-Gallery).
296296
297297
#### Implementation
298298

hub/apps/design/signature-experiences/color.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Accent color is used to emphasize important elements in the user interface and t
4141
## Examples
4242

4343
> [!div class="nextstepaction"]
44-
> [Open the WinUI 3 Gallery app and see Color principles in action](winui3gallery:/item/Color)
44+
> [Open the WinUI 3 Gallery app and see Color principles in action](winui3gallery://item/Color)
4545
4646
[!INCLUDE [winui-3-gallery](../../../includes/winui-3-gallery.md)]
4747

hub/apps/design/signature-experiences/iconography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ Understand the cultural connotations of symbols. Although iconography doesn't re
8989
## Examples
9090

9191
> [!div class="nextstepaction"]
92-
> [Open the WinUI 3 Gallery app and see Iconography principles in action](winui3gallery:/item/Iconography)
92+
> [Open the WinUI 3 Gallery app and see Iconography principles in action](winui3gallery://item/Iconography)
9393
9494
[!INCLUDE [winui-3-gallery](../../../includes/winui-3-gallery.md)]

hub/apps/design/signature-experiences/typography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Windows 11 uses Segoe UI Variable with the following attributes based on the con
5959
## Examples
6060

6161
> [!div class="nextstepaction"]
62-
> [Open the WinUI 3 Gallery app and see Typography principles in action](winui3gallery:/item/Typography)
62+
> [Open the WinUI 3 Gallery app and see Typography principles in action](winui3gallery://item/Typography)
6363
6464
> The **WinUI 3 Gallery** app includes interactive examples of most WinUI controls, features, and functionality. Get the app from the [Microsoft Store](https://apps.microsoft.com/detail/9P3JFPWWDZRC) or get the source code on [GitHub](https://github.com/microsoft/WinUI-Gallery)
6565

hub/apps/design/style/segoe-fluent-icons-font.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ You can also use the static resource `SymbolThemeFontFamily` to access `Segoe Fl
7373
## Examples
7474

7575
> [!div class="nextstepaction"]
76-
> [Open the WinUI 3 Gallery app and see Iconography principles in action](winui3gallery:/item/Iconography)
76+
> [Open the WinUI 3 Gallery app and see Iconography principles in action](winui3gallery://item/Iconography)
7777
7878
[!INCLUDE [winui-3-gallery](../../../includes/winui-3-gallery.md)]
7979

hub/apps/develop/ui/controls/animated-icon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Defining a color property in your Lottie animation named "Foreground" lets you t
5959
> - **Important APIs:** [AnimatedIcon class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.animatedicon)
6060
6161
> [!div class="nextstepaction"]
62-
> [Open the WinUI 3 Gallery app to see AnimatedIcon in action](winui3gallery:/item/AnimatedIcon)
62+
> [Open the WinUI 3 Gallery app to see AnimatedIcon in action](winui3gallery://item/AnimatedIcon)
6363
6464
[!INCLUDE [winui-3-gallery](../../../../includes/winui-3-gallery.md)]
6565

hub/apps/develop/ui/controls/annotated-scrollbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For collections that only have a few items or that only require a small amount o
5050
> - **Important APIs:** [AnnotatedScrollBar class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.annotatedscrollbar), [ScrollView class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.scrollview), [IScrollController interface](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.primitives.iscrollcontroller)
5151
5252
> [!div class="nextstepaction"]
53-
> [Open the WinUI 3 Gallery app and see the AnnotatedScrollBar in action](winui3gallery:/item/AnnotatedScrollBar)
53+
> [Open the WinUI 3 Gallery app and see the AnnotatedScrollBar in action](winui3gallery://item/AnnotatedScrollBar)
5454
5555
[!INCLUDE [winui-3-gallery](../../../../includes/winui-3-gallery.md)]
5656

hub/apps/develop/ui/controls/auto-suggest-box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The auto-suggest results list populates automatically once the user starts to en
4545
> - **Important APIs:** [AutoSuggestBox class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.autosuggestbox), [TextChanged event](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.autosuggestbox.textchanged), [SuggestionChose event](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.autosuggestbox.suggestionchosen), [QuerySubmitted event](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.autosuggestbox.querysubmitted)
4646
4747
> [!div class="nextstepaction"]
48-
> [Open the WinUI 3 Gallery app and see the AutoSuggestBox in action](winui3gallery:/item/AutoSuggestBox)
48+
> [Open the WinUI 3 Gallery app and see the AutoSuggestBox in action](winui3gallery://item/AutoSuggestBox)
4949
5050
[!INCLUDE [winui-3-gallery](../../../../includes/winui-3-gallery.md)]
5151

hub/apps/develop/ui/controls/breadcrumbbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The image below shows the parts of the `BreadcrumbBar` control. You can modify t
4949
> - **Important APIs:** [BreadcrumbBar class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.button)
5050
5151
> [!div class="nextstepaction"]
52-
> [Open the WinUI 3 Gallery app and see the BreadcrumbBar in action](winui3gallery:/item/BreadcrumbBar)
52+
> [Open the WinUI 3 Gallery app and see the BreadcrumbBar in action](winui3gallery://item/BreadcrumbBar)
5353
5454
[!INCLUDE [winui-3-gallery](../../../../includes/winui-3-gallery.md)]
5555

hub/apps/develop/ui/controls/buttons.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ This example uses three buttons, **Save**, **Don't Save**, and **Cancel**, in a
120120
> - **Important APIs:** [Button class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.button), [Click event](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.primitives.buttonbase.click), [Command property](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.primitives.buttonbase.command), [Content property](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.contentcontrol.content)
121121
122122
> [!div class="nextstepaction"]
123-
> [Open the WinUI 3 Gallery app and see the Buttons in action](winui3gallery:/item/Button)
123+
> [Open the WinUI 3 Gallery app and see the Buttons in action](winui3gallery://item/Button)
124124
125125
[!INCLUDE [winui-3-gallery](../../../../includes/winui-3-gallery.md)]
126126

@@ -200,7 +200,7 @@ The button looks like this.
200200
> - **Important APIs:** [RepeatButton class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.primitives.repeatbutton), [Click event](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.primitives.buttonbase.click), [Content property](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.contentcontrol.content)
201201
202202
> [!div class="nextstepaction"]
203-
> [Open the WinUI 3 Gallery app and see the RepeatButton in action](winui3gallery:/item/RepeatButton)
203+
> [Open the WinUI 3 Gallery app and see the RepeatButton in action](winui3gallery://item/RepeatButton)
204204
205205
[!INCLUDE [winui-3-gallery](../../../../includes/winui-3-gallery.md)]
206206

@@ -241,7 +241,7 @@ private void Decrease_Click(object sender, RoutedEventArgs e)
241241
> - **Important APIs**: [DropDownButton class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.button), [Flyout property](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.button.flyout)
242242
243243
> [!div class="nextstepaction"]
244-
> [Open the WinUI 3 Gallery app and see the DropdownButton in action](winui3gallery:/item/DropdownButton)
244+
> [Open the WinUI 3 Gallery app and see the DropdownButton in action](winui3gallery://item/DropdownButton)
245245
246246
[!INCLUDE [winui-3-gallery](../../../../includes/winui-3-gallery.md)]
247247

@@ -305,7 +305,7 @@ private void AlignmentMenuFlyoutItem_Click(object sender, RoutedEventArgs e)
305305
> - **Important APIs**: [SplitButton class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.splitbutton), [Click event](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.primitives.buttonbase.click), [Flyout property](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.button.flyout)
306306
307307
> [!div class="nextstepaction"]
308-
> [Open the WinUI 3 Gallery app and see the SplitButton in action](winui3gallery:/item/SplitButton)
308+
> [Open the WinUI 3 Gallery app and see the SplitButton in action](winui3gallery://item/SplitButton)
309309
310310
[!INCLUDE [winui-3-gallery](../../../../includes/winui-3-gallery.md)]
311311

@@ -421,7 +421,7 @@ public sealed partial class MainPage : Page
421421
> - **Important APIs**: [ToggleSplitButton class](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.togglesplitbutton), [IsCheckedChanged event](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.togglesplitbutton.ischeckedchanged), [IsChecked property](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.togglesplitbutton.ischecked)
422422
423423
> [!div class="nextstepaction"]
424-
> [Open the WinUI 3 Gallery app and see the ToggleSplitButton in action](winui3gallery:/item/ToggleSplitButton)
424+
> [Open the WinUI 3 Gallery app and see the ToggleSplitButton in action](winui3gallery://item/ToggleSplitButton)
425425
426426
[!INCLUDE [winui-3-gallery](../../../../includes/winui-3-gallery.md)]
427427

0 commit comments

Comments
 (0)