Skip to content

Commit e3fca3a

Browse files
committed
Update url of documentation
1 parent bc06c8d commit e3fca3a

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
@@ -131,7 +131,7 @@ private void InitializeKeyCommands()
131131

132132
StartHelpCommand = new RelayCommand(_ =>
133133
{
134-
SearchWeb.NewBrowserWindow("http://doc.wox.one/");
134+
SearchWeb.NewBrowserWindow("https://github.com/Flow-Launcher/Flow.Launcher/wiki/Flow-Launcher/");
135135
});
136136

137137
OpenResultCommand = new RelayCommand(index =>

0 commit comments

Comments
 (0)