[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2492: Update Tor's website and be sure to include a trailing slash (vidalia/trunk/pkg/win32)
Author: edmanm
Date: 2008-04-05 23:22:00 -0400 (Sat, 05 Apr 2008)
New Revision: 2492
Modified:
vidalia/trunk/pkg/win32/vidalia-bundle.nsi.in
Log:
Update Tor's website and be sure to include a trailing slash where appropriate.
Modified: vidalia/trunk/pkg/win32/vidalia-bundle.nsi.in
===================================================================
--- vidalia/trunk/pkg/win32/vidalia-bundle.nsi.in 2008-04-06 03:12:12 UTC (rev 2491)
+++ vidalia/trunk/pkg/win32/vidalia-bundle.nsi.in 2008-04-06 03:22:00 UTC (rev 2492)
@@ -82,7 +82,7 @@
!define MUI_FINISHPAGE_RUN_FUNCTION CustomFinishFn
!define MUI_FINISHPAGE_RUN_TEXT "$(BundleRunNow)"
!define MUI_FINISHPAGE_LINK "$(BundleLinkText)"
-!define MUI_FINISHPAGE_LINK_LOCATION "http://tor.eff.org/docs/tor-doc-win32.html"
+!define MUI_FINISHPAGE_LINK_LOCATION "https://www.torproject.org/docs/tor-doc-win32.html"
;--------------------------------
; Pages
@@ -165,7 +165,7 @@
File "Vidalia\${VIDALIA_APPVERSION}\LICENSE-GPLV3"
File "Vidalia\${VIDALIA_APPVERSION}\LICENSE-OPENSSL"
File "Vidalia\${VIDALIA_APPVERSION}\CREDITS"
- WriteIniStr "$INSTDIR\Vidalia\Vidalia Website.url" "InternetShortcut" "URL" "http://www.vidalia-project.net"
+ WriteIniStr "$INSTDIR\Vidalia\Vidalia Website.url" "InternetShortcut" "URL" "http://www.vidalia-project.net/"
; Include a prebuilt GeoIP cache
SetShellVarContext current
@@ -239,7 +239,7 @@
SetOutPath "$INSTDIR\Tor"
File "tor\${TOR_APPVERSION}\tor.exe"
File "tor\${TOR_APPVERSION}\tor-resolve.exe"
- WriteIniStr "$INSTDIR\Tor\Tor Website.url" "InternetShortcut" "URL" "http://tor.eff.org"
+ WriteIniStr "$INSTDIR\Tor\Tor Website.url" "InternetShortcut" "URL" "https://torproject.org/"
; If the user is also installing Vidalia, then don't confuse them by
; an extra torrc in %APPDATA%\Tor