aboutsummaryrefslogtreecommitdiff
path: root/spec/dir-spec/exchanging-votes.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/dir-spec/exchanging-votes.md')
-rw-r--r--spec/dir-spec/exchanging-votes.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/dir-spec/exchanging-votes.md b/spec/dir-spec/exchanging-votes.md
index 7c42ad4..4bc6740 100644
--- a/spec/dir-spec/exchanging-votes.md
+++ b/spec/dir-spec/exchanging-votes.md
@@ -22,11 +22,11 @@ An authority SHOULD publish its vote immediately at the start of each voting
period (minus VoteSeconds+DistSeconds). It does this by making it
available at
-http://<hostname>/tor/status-vote/next/authority.z
+`http://<hostname>/tor/status-vote/next/authority.z`
and sending it in an HTTP POST request to each other authority at the URL
-http://<hostname>/tor/post/vote
+`http://<hostname>/tor/post/vote`
If, at the start of the voting period, minus DistSeconds, an authority
does not have a current statement from another authority, the first
@@ -35,14 +35,14 @@ authority downloads the other's statement.
Once an authority has a vote from another authority, it makes it available
at
-http://<hostname>/tor/status-vote/next/<fp>.z
+`http://<hostname>/tor/status-vote/next/<fp>.z`
where <fp> is the fingerprint of the other authority's identity key.
And at
-http://<hostname>/tor/status-vote/next/d/<d>.z
+`http://<hostname>/tor/status-vote/next/d/<d>.z`
-where <d> is the digest of the vote document.
+where `<d>` is the digest of the vote document.
Also, once an authority receives a vote from another authority, it
examines it for new descriptors and fetches them from that authority.