]> Cypherpunks repositories - gostls13.git/commitdiff
misc/makerelease/windows: fix 404 help URL in installer
authorEmil Hessman <c.emil.hessman@gmail.com>
Mon, 27 Oct 2014 01:43:14 +0000 (12:43 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 27 Oct 2014 01:43:14 +0000 (12:43 +1100)
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

index 66e0913ba8af4957981eb7db6fa209f8ed718bbb..01178e26514266652e014ba174f99c0a5aea5cb1 100644 (file)
@@ -39,9 +39,9 @@
 \r
 <Property Id="ARPCOMMENTS" Value="The Go programming language is a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language." />\r
 <Property Id="ARPCONTACT" Value="golang-nuts@googlegroups.com" />\r
-<Property Id="ARPHELPLINK" Value="golang.org/doc/community.html" />\r
-<Property Id="ARPREADME" Value="golang.org" />\r
-<Property Id="ARPURLINFOABOUT" Value="golang.org" />\r
+<Property Id="ARPHELPLINK" Value="https://golang.org/help/" />\r
+<Property Id="ARPREADME" Value="https://golang.org" />\r
+<Property Id="ARPURLINFOABOUT" Value="https://golang.org" />\r
 <Property Id="LicenseAccepted">1</Property>\r
 <Icon Id="gopher.ico" SourceFile="images\gopher.ico"/>\r
 <Property Id="ARPPRODUCTICON" Value="gopher.ico" />\r