From b7a88ebd15ed59f8e489b7e7fd54bd03ccd1344f Mon Sep 17 00:00:00 2001
From: Roger Dingledine <arma@torproject.org>
Date: Sun, 15 May 2005 03:00:00 +0000
Subject: [PATCH] fix url in comment in torrc

svn:r4225
---
 src/config/torrc.sample.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index c01be5e4b3..d876c8a460 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -83,7 +83,8 @@ AllowUnverifiedNodes middle,rendezvous
 
 ## NOTE: If you enable these, you should consider mailing your identity
 ## key fingerprint to the tor-ops, so we can add you to the list of
-## servers that clients will trust. See the README for details.
+## servers that clients will trust. See
+## http://tor.eff.org/doc/tor-doc.html#server for details.
 
 ## Required: A unique handle for this server
 #Nickname ididnteditheconfig
-- 
GitLab