Fix home page for YAZ in Windows Menu
[yaz-moved-to-github.git] / win / yaz.nsi
index 397ed6e..cd38bf5 100644 (file)
@@ -4,7 +4,7 @@
 !include version.nsi
 
 ; Microsoft runtime CRT 
-; Uncomment exactly ONE section of the three below
+; Uncomment exactly ONE of the sections below
 ; 1: MSVC 6
 ; !define VS_RUNTIME_DLL ""
 ; !define VS_RUNTIME_MANIFEST ""
@@ -78,7 +78,7 @@ Section "" ; (default section)
        CreateShortCut "$SMPROGRAMS\YAZ\YAZ Program Directory.lnk" \
                  "$INSTDIR"
        WriteINIStr "$SMPROGRAMS\YAZ\YAZ Home page.url" \
-              "InternetShortcut" "URL" "http://www.indexdata.dk/yaz/"
+              "InternetShortcut" "URL" "http://www.indexdata.com/yaz/"
        CreateShortCut "$SMPROGRAMS\YAZ\Uninstall YAZ.lnk" \
                "$INSTDIR\uninst.exe"
        SetOutPath $INSTDIR