Skip to content

Commit

Permalink
[Settings] Fix workspaces URI (#34596)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansjfw committed Sep 5, 2024
1 parent 333ec52 commit 78953ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<Button x:Uid="OOBE_Settings" Click="SettingsLaunchButton_Click" />

<StackPanel Orientation="Horizontal" Spacing="8">
<HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_AppLayouts" Style="{StaticResource TextButtonStyle}">
<HyperlinkButton NavigateUri="https://aka.ms/PowerToysOverview_Workspaces" Style="{StaticResource TextButtonStyle}">
<TextBlock x:Uid="LearnMore_Workspaces" TextWrapping="Wrap" />
</HyperlinkButton>
</StackPanel>
Expand Down

0 comments on commit 78953ef

Please sign in to comment.