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:
Jan-Henrich Mattfeld
2019-06-21 08:29:18 +02:00
committed by 蝦米
parent 807422c377
commit 6d05600eaf

View File

@@ -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
}
}
}