From 293a30ab6573362a69533ce9b5dcfe542ea5303d Mon Sep 17 00:00:00 2001 From: praydog Date: Fri, 22 Dec 2023 15:37:17 -0800 Subject: [PATCH] Fix docs link --- UnrealVR/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnrealVR/MainWindow.xaml.cs b/UnrealVR/MainWindow.xaml.cs index d73ac9b..73dddc7 100644 --- a/UnrealVR/MainWindow.xaml.cs +++ b/UnrealVR/MainWindow.xaml.cs @@ -892,7 +892,7 @@ private void Donate_Clicked(object sender, RoutedEventArgs e) { } private void Documentation_Clicked(object sender, RoutedEventArgs e) { - Process.Start(new ProcessStartInfo("https://praydog.github.io/uuvr-docs/") { UseShellExecute = true }); + Process.Start(new ProcessStartInfo("https://praydog.github.io/uevr-docs/") { UseShellExecute = true }); } private void Discord_Clicked(object sender, RoutedEventArgs e) { Process.Start(new ProcessStartInfo("http://flat2vr.com") { UseShellExecute = true });