[PowerRename]Fix "Learn more about RegEx" link (#14706)

This commit is contained in:
Deondre Davis
2021-12-06 03:44:18 -08:00
committed by GitHub
parent 8b59e6e626
commit fc303c2c38

View File

@@ -195,7 +195,7 @@
</DataTemplate> </DataTemplate>
</ListView.ItemTemplate> </ListView.ItemTemplate>
</ListView> </ListView>
<HyperlinkButton Grid.Row="2" VerticalAlignment="Bottom"> <HyperlinkButton Grid.Row="2" VerticalAlignment="Bottom" NavigateUri="https://aka.ms/powertoysRegExHelp">
<TextBlock x:Uid="RegExCheatSheet_LearnMore" /> <TextBlock x:Uid="RegExCheatSheet_LearnMore" />
</HyperlinkButton> </HyperlinkButton>
</Grid> </Grid>