diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-10-16 03:50:07 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-10-16 03:50:07 +0000 |
commit | 396702b15f61028f32758d4e1faf0cedf63f74cc (patch) | |
tree | 1e1e80d7114c92b1c1d256ff04ec3463084d698e | |
parent | 5aa76cdaa81ac830a6133ca8aa8c23e1b671058d (diff) | |
download | tor-396702b15f61028f32758d4e1faf0cedf63f74cc.tar tor-396702b15f61028f32758d4e1faf0cedf63f74cc.tar.gz |
Update url in included docs.
svn:r11969
-rwxr-xr-x | contrib/osx/TorBundleWelcome.rtf | 4 | ||||
-rw-r--r-- | contrib/tor-mingw.nsi.in | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/contrib/osx/TorBundleWelcome.rtf b/contrib/osx/TorBundleWelcome.rtf index 102a24b8e..8b08dd31d 100755 --- a/contrib/osx/TorBundleWelcome.rtf +++ b/contrib/osx/TorBundleWelcome.rtf @@ -20,7 +20,7 @@ They are packaged together for your convenience. \f0\b0 is a system for using the Internet anonymously, and allowing\ others to do so.\ \ - For more information, please visit https://tor.eff.org/\ + For more information, please visit https://www.torproject.org/\ \ \f2\b Privoxy @@ -35,4 +35,4 @@ others to do so.\ \f1\i Torbutton will not install if you do not have Firefox installed. \f0\i0 \ \ - For more information, please visit https://torbutton.torproject.org/}
\ No newline at end of file + For more information, please visit https://torbutton.torproject.org/} diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in index 5d09ee93e..e39cc6a63 100644 --- a/contrib/tor-mingw.nsi.in +++ b/contrib/tor-mingw.nsi.in @@ -7,7 +7,7 @@ !define VERSION "0.2.0.8-alpha-dev" !define INSTALLER "tor-${VERSION}-win32.exe" -!define WEBSITE "http://tor.eff.org/" +!define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" ;BIN is where it expects to find tor.exe, tor-resolve.exe, libcrypto.a and libssl.a @@ -25,10 +25,10 @@ CRCCheck on XPStyle on VIProductVersion "${VERSION}" VIAddVersionKey "ProductName" "The Onion Router: Tor" -VIAddVersionKey "Comments" "http://tor.eff.org" +VIAddVersionKey "Comments" "https://www.torproject.org/" VIAddVersionKey "LegalTrademarks" "Three line BSD" VIAddVersionKey "LegalCopyright" "©2004-2007, Roger Dingledine, Nick Mathewson" -VIAddVersionKey "FileDescription" "Tor is an implementation of Onion Routing. You can read more at http://tor.eff.org/" +VIAddVersionKey "FileDescription" "Tor is an implementation of Onion Routing. You can read more at https://www.torproject.org/" VIAddVersionKey "FileVersion" "${VERSION}" !define MUI_WELCOMEPAGE_TITLE "Welcome to the Tor ${VERSION} Setup Wizard" |