[tor-commits] [tor/master] add a "docs" to the manual URI as listed in torrc.sample.in
nickm at torproject.org
nickm at torproject.org
Wed Feb 8 15:49:06 UTC 2012
commit 55e8cae81553678ec77ce6b8fb1bf2d5e483e0aa
Author: Nick Mathewson <nickm at torproject.org>
Date: Wed Feb 8 10:52:05 2012 -0500
add a "docs" to the manual URI as listed in torrc.sample.in
---
changes/manual_uri_in_torrc | 3 +++
src/config/torrc.sample.in | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/changes/manual_uri_in_torrc b/changes/manual_uri_in_torrc
new file mode 100644
index 0000000..30b12ec
--- /dev/null
+++ b/changes/manual_uri_in_torrc
@@ -0,0 +1,3 @@
+ o Minor bugfixes (documentation):
+ - Fix the URL for the online version of the manual that's listed in
+ torrc.sample.
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index f0c78ce..6455cbe 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:
More information about the tor-commits
mailing list