Skip to content
Merged
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
8 changes: 4 additions & 4 deletions ConfuserEx/Views/AboutTabView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<Label>Developed by Martin Karing, open sourced under MIT license.</Label>
<Label>
<TextBlock>
<Hyperlink NavigateUri="https://mkaring.github.io/ConfuserEx/"
<Hyperlink NavigateUri="https://kant2002.github.io/ConfuserEx/"
Command="{Binding LaunchBrowser}"
CommandParameter="https://mkaring.github.io/ConfuserEx/">
CommandParameter="https://kant2002.github.io/ConfuserEx/">
Visit the project page for details.
</Hyperlink>
</TextBlock>
Expand All @@ -53,9 +53,9 @@
<Label>If you like it or find it useful,</Label>
<Label>
<TextBlock>
<Hyperlink NavigateUri="https://mkaring.github.io/ConfuserEx/#donation"
<Hyperlink NavigateUri="https://kant2002.github.io/ConfuserEx/#donation"
Command="{Binding LaunchBrowser}"
CommandParameter="https://mkaring.github.io/ConfuserEx/#donation">
CommandParameter="https://kant2002.github.io/ConfuserEx/#donation">
feel free to support the project by making a donation!
</Hyperlink>
</TextBlock>
Expand Down
Loading