We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22ca33 commit 1d33f3aCopy full SHA for 1d33f3a
1 file changed
portable/installer.nsi
@@ -58,7 +58,7 @@ RequestExecutionLevel user
58
!define MUI_FINISHPAGE_REBOOTLATER_DEFAULT
59
#!define MUI_FINISHPAGE_RUN "$INSTDIR\${ID}.exe"
60
!define MUI_FINISHPAGE_LINK "Visit ${ID} official website"
61
-!define MUI_FINISHPAGE_LINK_LOCATION "http://code.google.com/p/winpython/"
+!define MUI_FINISHPAGE_LINK_LOCATION "http://winpython.github.io/"
62
!insertmacro MUI_PAGE_FINISH
63
!insertmacro MUI_LANGUAGE "English"
64
0 commit comments