mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02: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:
@@ -128,7 +128,7 @@ namespace Wox.ViewModel
|
|||||||
|
|
||||||
StartHelpCommand = new RelayCommand(_ =>
|
StartHelpCommand = new RelayCommand(_ =>
|
||||||
{
|
{
|
||||||
Process.Start("http://doc.getwox.com");
|
Process.Start("http://doc.wox.one/");
|
||||||
});
|
});
|
||||||
|
|
||||||
OpenResultCommand = new RelayCommand(index =>
|
OpenResultCommand = new RelayCommand(index =>
|
||||||
|
|||||||
Reference in New Issue
Block a user