[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r24102: {website} page faq is really page docs/faq (website/trunk/docs/en)
Author: phobos
Date: 2011-01-18 02:55:38 +0000 (Tue, 18 Jan 2011)
New Revision: 24102
Modified:
website/trunk/docs/en/tor-doc-relay.wml
Log:
page faq is really page docs/faq
Modified: website/trunk/docs/en/tor-doc-relay.wml
===================================================================
--- website/trunk/docs/en/tor-doc-relay.wml 2011-01-18 02:53:57 UTC (rev 24101)
+++ website/trunk/docs/en/tor-doc-relay.wml 2011-01-18 02:55:38 UTC (rev 24102)
@@ -20,7 +20,7 @@
people who run relays, the faster the Tor network will be. If you have
at least 20 kilobytes/s each way, please help out Tor by configuring your
Tor to be a relay too. We have many features that make Tor relays easy
- and convenient, including <a href="<page faq>#ExitPolicies">rate limiting
+ and convenient, including <a href="<page docs/faq>#ExitPolicies">rate limiting
for bandwidth, exit policies so you can limit your exposure to abuse
complaints, and support for dynamic IP addresses</a>.
</p>
@@ -60,7 +60,7 @@
<li><strong>Manual Configuration</strong>:
<ul>
<li>Edit the bottom part of <a href="<wikifaq>#torrc">your torrc file</a>. If you want to be a public relay (recommended),
- make sure to define ORPort and <a href="<page faq>#ExitPolicies">look at ExitPolicy</a>; otherwise
+ make sure to define ORPort and <a href="<page docs/faq>#ExitPolicies">look at ExitPolicy</a>; otherwise
if you want to be a <a href="<wikifaq>#RelayOrBridge">bridge</a>
for users in countries that censor their Internet,
just use <a href="<page docs/bridges>#RunningABridge">these lines</a>.