[tor-commits] [stem/master] Broken link for bad relays wiki

atagar at torproject.org atagar at torproject.org
Wed Jan 23 17:28:52 UTC 2013


commit ce8fcf13521567c439696d7e87894eb09e238347
Author: Damian Johnson <atagar at torproject.org>
Date:   Wed Jan 23 09:25:03 2013 -0800

    Broken link for bad relays wiki
    
    Wrong format for external links.
    
    /home/atagar/Desktop/stem/stem/__init__.py:
      docstring of stem:56:
      ERROR: Unknown target name: "https://trac.torproject.org/projects/tor/wiki/doc/badrelays".
---
 stem/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/stem/__init__.py b/stem/__init__.py
index 501d568..a4bbdbd 100644
--- a/stem/__init__.py
+++ b/stem/__init__.py
@@ -54,7 +54,7 @@ Library for working with the tor process.
   Flag              Description
   ================= ===========
   **AUTHORITY**     relay is a directory authority
-  **BADEXIT**       relay shouldn't be used as an exit due to being either problematic or malicious (`https://trac.torproject.org/projects/tor/wiki/doc/badRelays`_)
+  **BADEXIT**       relay shouldn't be used as an exit due to being either problematic or malicious (`wiki <https://trac.torproject.org/projects/tor/wiki/doc/badRelays>`_)
   **BADDIRECTORY**  relay shouldn't be used for directory information
   **EXIT**          relay's exit policy makes it more useful as an exit rather than middle hop
   **FAST**          relay's suitable for high-bandwidth circuits



More information about the tor-commits mailing list