diff options
author | Stuart Preston <stuart@chef.io> | 2018-06-07 17:57:02 +0200 |
---|---|---|
committer | Stuart Preston <stuart@chef.io> | 2018-06-07 17:57:02 +0200 |
commit | fdef116ba0e1530a72b96a7c07c3a8bfa4eb2f8e (patch) | |
tree | fd8cde598df86b796d13ebc3d55e3b1a5b36f6a1 /omnibus/resources | |
parent | 15dfd1ade57036c09291f6e317e21057188c87b9 (diff) | |
download | chef-fdef116ba0e1530a72b96a7c07c3a8bfa4eb2f8e.tar.gz |
Update help link in Add/Remove Programs on Windows
Signed-off-by: Stuart Preston <stuart@chef.io>
Diffstat (limited to 'omnibus/resources')
-rw-r--r-- | omnibus/resources/chef/msi/source.wxs.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/resources/chef/msi/source.wxs.erb b/omnibus/resources/chef/msi/source.wxs.erb index c87c400624..f07050e13d 100644 --- a/omnibus/resources/chef/msi/source.wxs.erb +++ b/omnibus/resources/chef/msi/source.wxs.erb @@ -266,7 +266,7 @@ --> <Icon Id="oc.ico" SourceFile="Resources\assets\oc_16x16.ico"/> <Property Id="ARPPRODUCTICON" Value="oc.ico" /> - <Property Id="ARPHELPLINK" Value="http://www.getchef.com/support/" /> + <Property Id="ARPHELPLINK" Value="https://www.chef.io/support/" /> <Property Id="WIXUI_INSTALLDIR" Value="INSTALLLOCATION" /> <UIRef Id="ChefClientUI_InstallDir"/> |