summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-07-23 08:26:23 +0000
committerRoger Dingledine <arma@torproject.org>2005-07-23 08:26:23 +0000
commitdb53c5a4369d3c501a7494d0aa334e40e44e09cd (patch)
tree74f6c757cf5a9e51caf41d754f9f139591a40893
parentcf62927003f06c8af4f95fc088db982cd0a36ae8 (diff)
downloadtor-db53c5a4369d3c501a7494d0aa334e40e44e09cd.tar.gz
tor-db53c5a4369d3c501a7494d0aa334e40e44e09cd.zip
fix (maybe) the example windows path
svn:r4650
-rw-r--r--doc/tor-hidden-service.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor-hidden-service.html b/doc/tor-hidden-service.html
index 574eba545b..fd720fb859 100644
--- a/doc/tor-hidden-service.html
+++ b/doc/tor-hidden-service.html
@@ -128,7 +128,7 @@ points to an actual directory that you have read/write access to. Fill
in your own username in place of "username". For
example, in Windows you might pick:</p>
<pre>
-HiddenServiceDir C:\Documents and Settings\username\hidden_service/
+HiddenServiceDir C:\Documents and Settings\username\Application Data\hidden_service\
HiddenServicePort 80 www.google.com:80
</pre>