Skip to content

Commit 92a214f

Browse files
authored
Fix wrong getting started link (#2126)
See title
1 parent d739862 commit 92a214f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

WinUIGallery/Controls/HomePage/HomePageHeader.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@
9595
Text="{x:Bind WinAppSdkDetails}" />
9696
<TextBlock
9797
x:Name="smallHeaderText"
98+
AutomationProperties.HeadingLevel="Level1"
9899
Foreground="{ThemeResource ForegroundBrush}"
99100
Style="{StaticResource TitleLargeTextBlockStyle}"
100-
Text="{StaticResource AppTitleName}"
101-
AutomationProperties.HeadingLevel="Level1" />
101+
Text="{StaticResource AppTitleName}" />
102102
</StackPanel>
103103

104104
<local:HorizontalScrollContainer Grid.Row="2" Margin="0,56,0,0">
@@ -107,7 +107,7 @@
107107
<local:Tile
108108
Title="Getting started"
109109
Description="Get started with WinUI and explore detailed documentation."
110-
Link="https://learn.microsoft.com/windows/apps/get-started/">
110+
Link="https://aka.ms/winui-getstarted">
111111
<local:Tile.Source>
112112
<Image Source="/Assets/HomeHeaderTiles/Header-WinUI.png" />
113113
</local:Tile.Source>

0 commit comments

Comments
 (0)