[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r13275: fix urls on check.torproject.org (check/trunk/cgi-bin)
Author: arma
Date: 2008-01-25 10:08:04 -0500 (Fri, 25 Jan 2008)
New Revision: 13275
Modified:
check/trunk/cgi-bin/index.pl
Log:
fix urls on check.torproject.org
Modified: check/trunk/cgi-bin/index.pl
===================================================================
--- check/trunk/cgi-bin/index.pl 2008-01-25 09:09:44 UTC (rev 13274)
+++ check/trunk/cgi-bin/index.pl 2008-01-25 15:08:04 UTC (rev 13275)
@@ -108,7 +108,7 @@
print "<h1 style='color: #0A0'>";
print "Congratulations. You are (probably) using Tor.<br><br>";
print "</h1>";
- print "Please refer to the <a href='http://tor.eff.org/'>Tor website</a> for further information about using Tor safely.<br><br>";
+ print "Please refer to the <a href='https://www.torproject.org/'>Tor website</a> for further information about using Tor safely.<br><br>";
} elsif (defined $result) {
@@ -116,13 +116,13 @@
print "<h1 style='color: #A00'>";
print "Sorry. You are (probably) not using Tor.\n<br><br>";
print "</h1>";
- print "If you are attempting to use a Tor client, please refer to the <a href='http://tor.eff.org/'>Tor website</a> and specifically the <a href='http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork'>instructions for configuring your Tor client</a>.<br><br>";
+ print "If you are attempting to use a Tor client, please refer to the <a href='https://www.torproject.org/'>Tor website</a> and specifically the <a href='https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork'>instructions for configuring your Tor client</a>.<br><br>";
} else {
print "<img src='http://check.torproject.org/tor-off.png'>\n<br>";
print "Sorry, your query failed or an unexpected response was received.\n<br><br>";
- print "A temporary service outage prevents us from determining if your source IP address is a <a href='http://tor.eff.org/'>Tor</a> node. For other ways to test whether you are using Tor, please visit <a href='http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#IsMyConnectionPrivate'>this FAQ entry</a>.<br><br>";
+ print "A temporary service outage prevents us from determining if your source IP address is a <a href='https://www.torproject.org/'>Tor</a> node. For other ways to test whether you are using Tor, please visit <a href='https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#IsMyConnectionPrivate'>this FAQ entry</a>.<br><br>";
}
print "<br>\n";
print "<small>\n";
@@ -136,3 +136,4 @@
print end_html();
exit 0;
+