commit 2cf14cb0f2bdc1383503b1ec5d90a518333d9e54 Author: Iain R. Learmonth irl@fsfe.org Date: Mon Oct 15 17:52:00 2018 +0100
Update ExoneraTor URL on home page
Fixes: #28049 --- src/main/resources/web/jsps/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/web/jsps/index.jsp b/src/main/resources/web/jsps/index.jsp index 5968727..3fa49b8 100644 --- a/src/main/resources/web/jsps/index.jsp +++ b/src/main/resources/web/jsps/index.jsp @@ -73,7 +73,7 @@ </div>
<div class="col-sm-4"> - <a href="https://exonerator.torproject.org/"><i class="fa fa-history fa-fw fa-4x" aria-hidden="true"></i> <h3>Network Archive</h3> <p>Look up if a particular IP address was used as a Tor relay on a particular date.</p></a> + <a href="/exonerator.html"><i class="fa fa-history fa-fw fa-4x" aria-hidden="true"></i> <h3>Network Archive</h3> <p>Look up if a particular IP address was used as a Tor relay on a particular date.</p></a> </div>
</div>
tor-commits@lists.torproject.org