We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc28da7 commit 7ff29f6Copy full SHA for 7ff29f6
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -283,7 +283,7 @@ private void OpenSetting()
283
[RelayCommand]
284
private void SelectHelp()
285
{
286
- PluginManager.API.OpenUrl("https://github.com/Flow-Launcher/Flow.Launcher/wiki/Flow-Launcher/");
+ PluginManager.API.OpenUrl("https://www.flowlauncher.com/docs/#/usage-tips");
287
}
288
289
0 commit comments