diff options
author | Roger Dingledine <arma@torproject.org> | 2004-03-31 22:30:02 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-03-31 22:30:02 +0000 |
commit | 3ed1a22031200acc993b2b3e0f87134bc18079ee (patch) | |
tree | 7e5af77f821b1db2c3ea10f9424204c521955953 /doc | |
parent | a0b0d169816f819b2c59f56c9503380755fc35dc (diff) | |
download | tor-3ed1a22031200acc993b2b3e0f87134bc18079ee.tar tor-3ed1a22031200acc993b2b3e0f87134bc18079ee.tar.gz |
tweak rend spec
svn:r1413
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rend-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rend-spec.txt b/doc/rend-spec.txt index 5ca2ef50c..5dfbbd75d 100644 --- a/doc/rend-spec.txt +++ b/doc/rend-spec.txt @@ -187,7 +187,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 '/hidserv/<y>', where '<y> is replaced with the + request for the document '/rendezvous/<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. |