From 9fe2416d53ac987a381cc110392a19507db61a7d Mon Sep 17 00:00:00 2001 From: praydog Date: Fri, 29 Dec 2023 03:43:11 -0800 Subject: [PATCH] Fix GitHub link --- UEVR/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UEVR/MainWindow.xaml.cs b/UEVR/MainWindow.xaml.cs index 309db2e..503bc9a 100644 --- a/UEVR/MainWindow.xaml.cs +++ b/UEVR/MainWindow.xaml.cs @@ -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) {