mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[PowerRename]Fix "Learn more about RegEx" link (#14706)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user