aboutsummaryrefslogtreecommitdiff
path: root/doc/rend-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-03-31 03:42:56 +0000
committerNick Mathewson <nickm@torproject.org>2004-03-31 03:42:56 +0000
commitb32440a02896d39f44664104a935f71741a8b4c4 (patch)
tree472883576d0028431d5afbe894732fdbf20495be /doc/rend-spec.txt
parent6ea61d5e0dd7a5990ab2a5a8198cef425718f81f (diff)
downloadtor-b32440a02896d39f44664104a935f71741a8b4c4.tar
tor-b32440a02896d39f44664104a935f71741a8b4c4.tar.gz
Implement hidserv_XX functions; there is still an XXX in directory_handle_command
svn:r1404
Diffstat (limited to 'doc/rend-spec.txt')
-rw-r--r--doc/rend-spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rend-spec.txt b/doc/rend-spec.txt
index 9c7ad34c2..2ef33f86a 100644
--- a/doc/rend-spec.txt
+++ b/doc/rend-spec.txt
@@ -186,7 +186,7 @@ Tor Rendezvous Spec
1.6. Alice's OP retrieves a service descriptor
Alice opens a stream to a directory server via Tor, and makes an HTTP GET
- request for the document '/rendevous/<y>', where '<y> is replaced with the
+ request for the document '/hidserv/<y>', where '<y> is replaced with the
encoding of Bob's public key as described above. The directory replies
with a 404 HTTP response if it does not recognize <y>, and otherwise
returns Bob's most recently uploaded service descriptor.