commit 1fc4bb4b12e27e851e987e7cfeb8522c29552e41 Author: Damian Johnson atagar@torproject.org Date: Fri Jul 18 09:29:24 2014 -0700
Fixing Socket module's header links
When moving documentation from our FAQ to socket module we didn't adjust the link paths to be accurate...
Line: 92 https://stem.torproject.org/api/api/control.html Status: 404 Not Found
Line: 92 https://stem.torproject.org/api/tutorials.html Status: 404 Not Found --- stem/socket.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/stem/socket.py b/stem/socket.py index fe17380..1d664c0 100644 --- a/stem/socket.py +++ b/stem/socket.py @@ -7,8 +7,8 @@ allows us to send messages as basic strings, and receive responses as :class:`~stem.response.ControlMessage` instances.
**This module only consists of low level components, and is not intended for -users.** See our `tutorials <tutorials.html>`_ and `Control Module -<api/control.html>`_ if you're new to Stem and looking to get started. +users.** See our `tutorials <../tutorials.html>`_ and `Control Module +<control.html>`_ if you're new to Stem and looking to get started.
With that aside, these can still be used for raw socket communication with Tor...