Skip to content

Commit 7ff29f6

Browse files
authored
open documentation's usage tips page
1 parent bc28da7 commit 7ff29f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ private void OpenSetting()
283283
[RelayCommand]
284284
private void SelectHelp()
285285
{
286-
PluginManager.API.OpenUrl("https://github.com/Flow-Launcher/Flow.Launcher/wiki/Flow-Launcher/");
286+
PluginManager.API.OpenUrl("https://www.flowlauncher.com/docs/#/usage-tips");
287287
}
288288

289289
[RelayCommand]

0 commit comments

Comments
 (0)