mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +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(_ =>
|
||||
{
|
||||
Process.Start("http://doc.getwox.com");
|
||||
Process.Start("http://doc.wox.one/");
|
||||
});
|
||||
|
||||
OpenResultCommand = new RelayCommand(index =>
|
||||
@@ -652,4 +652,4 @@ namespace Wox.ViewModel
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user