From 78082dfa801d484848ac47c04ce3aa9805d2b0c9 Mon Sep 17 00:00:00 2001 From: Emil Hessman Date: Mon, 27 Oct 2014 12:43:14 +1100 Subject: [PATCH] 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://golang.org/cl/154580045 --- misc/makerelease/windows/installer.wxs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/makerelease/windows/installer.wxs b/misc/makerelease/windows/installer.wxs index 66e0913ba8..01178e2651 100644 --- a/misc/makerelease/windows/installer.wxs +++ b/misc/makerelease/windows/installer.wxs @@ -39,9 +39,9 @@ - - - + + + 1 -- 2.48.1