Skip to content

Commit

Permalink
Fix GitHub link
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Dec 29, 2023
1 parent 5677434 commit 9fe2416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UEVR/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ private void Discord_Clicked(object sender, RoutedEventArgs e) {
Process.Start(new ProcessStartInfo("http://flat2vr.com") { UseShellExecute = true });
}
private void GitHub_Clicked(object sender, RoutedEventArgs e) {
Process.Start(new ProcessStartInfo("https://github.com/praydog/") { UseShellExecute = true });
Process.Start(new ProcessStartInfo("https://github.com/praydog/UEVR") { UseShellExecute = true });
}

private void Inject_Clicked(object sender, RoutedEventArgs e) {
Expand Down

0 comments on commit 9fe2416

Please sign in to comment.