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) {