[tor-commits] [depictor/master] Correct the term of the bandwidth file. #28403
tom at torproject.org
tom at torproject.org
Wed Jul 3 15:27:28 UTC 2019
commit 6d0ead08a87e5ea696de94cc755918a90e240cfb
Author: Tom Ritter <tom at ritter.vg>
Date: Wed Jul 3 10:26:34 2019 -0500
Correct the term of the bandwidth file. #28403
---
website.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website.py b/website.py
index f035da2..455e0e1 100755
--- a/website.py
+++ b/website.py
@@ -307,7 +307,7 @@ class WebsiteWriter:
+ "/tor/server/all\">descriptors</a>")
if dirauth_nickname in self.bandwidth_authorities:
self.site.write(" <a href=\"http://" + authority.address + ":" + str(authority.dir_port)
- + "/tor/status-vote/next/bandwidth\">bandwidth vote</a>")
+ + "/tor/status-vote/next/bandwidth\">bandwidth file</a>")
self.site.write("</td>\n")
else:
self.site.write(" <td class=\"oiv\">Missing entirely from consensus</td>\n")
More information about the tor-commits
mailing list