Browse Source

fix (maybe) the example windows path

svn:r4650
Roger Dingledine 19 years ago
parent
commit
db53c5a436
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/tor-hidden-service.html

+ 1 - 1
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>