mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Link F1 help to current website (#2414)
Pressing F1 leads to the - now unavailable - old wox website. The updated URL should be http://doc.wox.one/ #2413
This commit is contained in:
parent
807422c377
commit
6d05600eaf
1 changed files with 2 additions and 2 deletions
|
|
@ -128,7 +128,7 @@ namespace Wox.ViewModel
|
|||
|
||||
StartHelpCommand = new RelayCommand(_ =>
|
||||
{
|
||||
Process.Start("http://doc.getwox.com");
|
||||
Process.Start("http://doc.wox.one/");
|
||||
});
|
||||
|
||||
OpenResultCommand = new RelayCommand(index =>
|
||||
|
|
@ -652,4 +652,4 @@ namespace Wox.ViewModel
|
|||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue