diff options
author | Roger Dingledine <arma@torproject.org> | 2012-02-09 04:03:36 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-02-09 04:03:36 -0500 |
commit | 6c3cffe45017de0a0c0c27f4977a7fc1bb1fd502 (patch) | |
tree | 00689ebf7c3296604854a8b99ee97cdcf9ad69fb /src/config | |
parent | 929ebde2b908616fac381be78a5828c9d0fdd273 (diff) | |
download | tor-6c3cffe45017de0a0c0c27f4977a7fc1bb1fd502.tar.gz tor-6c3cffe45017de0a0c0c27f4977a7fc1bb1fd502.zip |
revert the revert in master, since I didn't want to revert it there
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/torrc.sample.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 5b8fc7d601..1ea5d9ff4e 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -6,7 +6,7 @@ ## that begin with just "#" are disabled commands: you can enable them ## by removing the "#" symbol. ## -## See 'man tor', or https://www.torproject.org/tor-manual.html, +## See 'man tor', or https://www.torproject.org/docs/tor-manual.html, ## for more options you can use in this file. ## ## Tor will look for this file in various places based on your platform: |