summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIain R. Learmonth <irl@fsfe.org>2018-02-17 14:38:33 +0000
committerTom Ritter <tom@ritter.vg>2018-04-06 20:52:29 -0500
commit825cb582d3b10f76a45e3d0b6f2aedd5e81d9b6d (patch)
treed37464fd5466003738db5277533268bab4e5cc4d
parentee687bd1c6f792d601c208e4dfeee1e7522334d1 (diff)
Updates Relay Search name and URLs for new location (Fixes: #25288)
-rwxr-xr-xwebsite.py4
1 files 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 + "\">&#8668;</a></span>" \