Skip to content

Commit 7ee668e

Browse files
committed
Installer: Fix URLs
Fixes #404
1 parent 62b9496 commit 7ee668e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Src/Setup/Setup.wxs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@
384384
<Control Type="Icon" Id="Icon1" Width="12" Height="12" X="7" Y="203" Hidden="yes" Text="web.ico">
385385
<Condition Action="show">NOT Installed</Condition>
386386
</Control>
387-
<Control Type="Hyperlink" Id="Link1" Width="131" Height="10" X="22" Y="204" Hidden="yes" ToolTip="https://github.com/Open-Shell/Open-Shell-Menu">
388-
<Text><![CDATA[<a href="https://github.com/Open-Shell/Open-Shell-Menu">!(loc.WebLink)</a>]]></Text>
387+
<Control Type="Hyperlink" Id="Link1" Width="131" Height="10" X="22" Y="204" Hidden="yes" ToolTip="https://open-shell.github.io/Open-Shell-Menu">
388+
<Text><![CDATA[<a href="https://open-shell.github.io/Open-Shell-Menu">!(loc.WebLink)</a>]]></Text>
389389
<Condition Action="show">NOT Installed</Condition>
390390
</Control>
391391
</Dialog>
@@ -595,9 +595,9 @@
595595
<Property Id="ApplicationFolderName" Value="Open-Shell" />
596596
<Property Id="WixAppFolder" Value="WixPerMachineFolder" />
597597
<Property Id="ALLUSERS" Value="1" />
598-
<Property Id="ARPHELPLINK" Value="http://www.classicshell.net/forum/" />
598+
<Property Id="ARPHELPLINK" Value="https://github.com/Open-Shell/Open-Shell-Menu/issues" />
599599
<Property Id="ARPSIZE" Value="9000" />
600-
<Property Id="ARPURLINFOABOUT" Value="http://www.classicshell.net/" />
600+
<Property Id="ARPURLINFOABOUT" Value="https://open-shell.github.io/Open-Shell-Menu" />
601601
<Property Id="ARPNOMODIFY" Value="1" />
602602
<Property Id="ARPNOREPAIR" Value="1" />
603603
<Property Id="START_MENU_FOLDER" Value="1" />

0 commit comments

Comments
 (0)