diff options
| author | Iain R. Learmonth <irl@fsfe.org> | 2018-02-17 14:38:33 +0000 |
|---|---|---|
| committer | Tom Ritter <tom@ritter.vg> | 2018-04-06 20:52:29 -0500 |
| commit | 825cb582d3b10f76a45e3d0b6f2aedd5e81d9b6d (patch) | |
| tree | d37464fd5466003738db5277533268bab4e5cc4d | |
| parent | ee687bd1c6f792d601c208e4dfeee1e7522334d1 (diff) | |
Updates Relay Search name and URLs for new location (Fixes: #25288)
| -rwxr-xr-x | website.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>" \ |
