Skip to content

Commit

Permalink
update source code repository link
Browse files Browse the repository at this point in the history
  • Loading branch information
szaaamerik committed Feb 9, 2024
1 parent 6e23a55 commit 688e4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NFSUnboundTrainer/NFSUnboundTrainer/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private void ExitButton_MouseDown(object sender, MouseButtonEventArgs e)

private void Github_OnMouseDown(object sender, MouseButtonEventArgs e)
{
const string targetUrl = "https://github.com/szaaamerik";
const string targetUrl = "https://github.com/szaaamerik/NFS-Unbound-Trainer";
var processStartInfo = new ProcessStartInfo
{
UseShellExecute = true,
Expand Down

0 comments on commit 688e4a7

Please sign in to comment.