Skip to content

Commit

Permalink
Fix docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Dec 22, 2023
1 parent fa7cada commit 293a30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnrealVR/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down

0 comments on commit 293a30a

Please sign in to comment.