Skip to content

Commit 8ed9f4c

Browse files
committed
chore(uwp): edit svg help url
1 parent 86ce9a3 commit 8ed9f4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lavcode.Uwp/Modules/PasswordCore/IconCtl/SetPathIcon.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ private async void Help_Click(object sender, RoutedEventArgs e)
9999
{
100100
try
101101
{
102-
var uriBing = new Uri("https://blog.hal.wang/aa87f3dc");
102+
var uriBing = new Uri("https://lavcode.hal.wang/usage/svgicon");
103103
var success = await Launcher.LaunchUriAsync(uriBing);
104104
}
105105
catch (Exception ex)

0 commit comments

Comments
 (0)