From 6d05600eafa575d4af1377d4fc8c9f79eb3aa7dc Mon Sep 17 00:00:00 2001 From: Jan-Henrich Mattfeld Date: Fri, 21 Jun 2019 08:29:18 +0200 Subject: [PATCH] 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 --- Wox/ViewModel/MainViewModel.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Wox/ViewModel/MainViewModel.cs b/Wox/ViewModel/MainViewModel.cs index bc8b269586..1c1611704d 100644 --- a/Wox/ViewModel/MainViewModel.cs +++ b/Wox/ViewModel/MainViewModel.cs @@ -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 } -} \ No newline at end of file +}