commit 825cb582d3b10f76a45e3d0b6f2aedd5e81d9b6d Author: Iain R. Learmonth irl@fsfe.org Date: Sat Feb 17 14:38:33 2018 +0000
Updates Relay Search name and URLs for new location (Fixes: #25288) --- website.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website.py b/website.py index 34afcee..f71cca7 100755 --- a/website.py +++ b/website.py @@ -1478,8 +1478,8 @@ class WebsiteWriter:
self.site.write(" <td>" \ + relay_nickname \ - + " <br /><span class="agt"><a href="https://atlas.torproject.org/#details/" \ - + relay_fp + "">Atlas</a> | " \ + + " <br /><span class="agt"><a href="https://metrics.torproject.org/rs.html#details/" \ + + relay_fp + "">Relay Search</a> | " \ + "<a href="consensus-health-" \ + (self.get_consensus_time() - datetime.timedelta(hours=1)).strftime("%Y-%m-%d-%H-%M") + ".html#" + relay_fp + "">⇜</a></span>" \