From 7ff29f63d83ba020833658c5eba0b7dca7de2f2e Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 23 Nov 2022 07:23:42 +1100 Subject: [PATCH] open documentation's usage tips page --- Flow.Launcher/ViewModel/MainViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/ViewModel/MainViewModel.cs b/Flow.Launcher/ViewModel/MainViewModel.cs index a7dfd9874..400437315 100644 --- a/Flow.Launcher/ViewModel/MainViewModel.cs +++ b/Flow.Launcher/ViewModel/MainViewModel.cs @@ -283,7 +283,7 @@ namespace Flow.Launcher.ViewModel [RelayCommand] private void SelectHelp() { - PluginManager.API.OpenUrl("https://github.com/Flow-Launcher/Flow.Launcher/wiki/Flow-Launcher/"); + PluginManager.API.OpenUrl("https://www.flowlauncher.com/docs/#/usage-tips"); } [RelayCommand]