[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [metrics-web/master] Add link to Tools page to exonerator.html.
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
Date: Mon, 4 Oct 2010 07:47:48 +0200
Subject: Add link to Tools page to exonerator.html.
Commit: 8cf50de16b81bdcf51bc7f8cfeb0479dff0ce806
---
.../torproject/ernie/web/ExoneraTorServlet.java | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/org/torproject/ernie/web/ExoneraTorServlet.java b/src/org/torproject/ernie/web/ExoneraTorServlet.java
index 67a4f20..da44e2f 100644
--- a/src/org/torproject/ernie/web/ExoneraTorServlet.java
+++ b/src/org/torproject/ernie/web/ExoneraTorServlet.java
@@ -72,10 +72,9 @@ public class ExoneraTorServlet extends HttpServlet {
+ "who can read the network traffic between you and this web "
+ "server or who has access to this web server. If you need to "
+ "keep the IP addresses and incident times confidential, you "
- + "should download the <a href=\"https://svn.torproject.org/"
- + "svn/projects/archives/trunk/exonerator/\">Java or Python "
- + "version of ExoneraTor</a> and run it on your local "
- + "machine.</font></p>\n"
+ + "should download the <a href=\"tools.html#exonerator\">Java "
+ + "or Python version of ExoneraTor</a> and run it on your "
+ + "local machine.</font></p>\n"
+ " <br/>\n");
}
--
1.7.1