Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Xunkong.Widget/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ private async void Button_Add_Click(object sender, RoutedEventArgs e)
var stackPanel = new StackPanel { Spacing = 8 };
var hyperLink = new Hyperlink
{
NavigateUri = new Uri("https://xunkong.cc/help/desktop/account.html"),
NavigateUri = new Uri("https://xunkong.cc/help/xunkong/account.html"),
UnderlineStyle = UnderlineStyle.None,
};
hyperLink.Inlines.Add(new Run { Text = "如何获取 Cookie" });
Expand Down