summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-06-11 11:44:49 -0700
committerGitHub <noreply@github.com>2018-06-11 11:44:49 -0700
commit2662703493f67adbdf68bee14173e8b0102b4341 (patch)
tree6625ff90891161a6dfa84022baa5bb5c960cba77
parent4c9fbad697420f0fcd67d5a9ee7202d406aa5a35 (diff)
parentfdef116ba0e1530a72b96a7c07c3a8bfa4eb2f8e (diff)
downloadchef-2662703493f67adbdf68bee14173e8b0102b4341.tar.gz
Merge pull request #7345 from chef/sp/update-support-url
Update help link in Add/Remove Programs on Windows
-rw-r--r--omnibus/resources/chef/msi/source.wxs.erb2
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"/>