From 7e7e810574dba241d423a838981bee396bf3cd44 Mon Sep 17 00:00:00 2001 From: Emil Hessman Date: Mon, 27 Oct 2014 12:43:14 +1100 Subject: misc/makerelease/windows: fix 404 help URL in installer ARPHELPLINK yields 404; update the URL. While here, also prefix the ARPREADME and ARPURLINFOABOUT URL's with the HTTP scheme to make 'em clickable links in the Add or Remove Programs listing. LGTM=adg R=golang-codereviews CC=adg, golang-codereviews https://codereview.appspot.com/154580045 Committer: Andrew Gerrand --- misc/makerelease/windows/installer.wxs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc') diff --git a/misc/makerelease/windows/installer.wxs b/misc/makerelease/windows/installer.wxs index 66e0913ba..01178e265 100644 --- a/misc/makerelease/windows/installer.wxs +++ b/misc/makerelease/windows/installer.wxs @@ -39,9 +39,9 @@ - - - + + + 1 -- cgit v1.2.1