diff options
| author | hannelorestetx <hannelores.x@hotmail.com> | 2019-12-10 18:12:28 -0500 |
|---|---|---|
| committer | Damian Johnson <atagar@torproject.org> | 2019-12-12 15:47:33 -0800 |
| commit | 947c0c115085120181fd8c456238249a2f13f344 (patch) | |
| tree | 6c088e3ab117cbf5d2b802d1335590bd741faf63 | |
| parent | 670100cbcd8773ac692c7c3fdc0726989b337df8 (diff) | |
Update links in tutorials
| -rw-r--r-- | docs/tutorials/east_of_the_sun.rst | 3 | ||||
| -rw-r--r-- | docs/tutorials/mirror_mirror_on_the_wall.rst | 4 | ||||
| -rw-r--r-- | docs/tutorials/the_little_relay_that_could.rst | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/docs/tutorials/east_of_the_sun.rst b/docs/tutorials/east_of_the_sun.rst index fe09c4d3..4303170f 100644 --- a/docs/tutorials/east_of_the_sun.rst +++ b/docs/tutorials/east_of_the_sun.rst @@ -73,8 +73,7 @@ function provides an easy method for accessing this information, with a few caveats... * Connection resolvers are platform specific. We `support several - <../api/util/connection.html#stem.util.connection.Resolver>`_ but not not - all, most notably Windows (:trac:`9850`). + <../api/util/connection.html#stem.util.connection.Resolver>`_ platforms but not all. * By default Tor runs with a feature called **DisableDebuggerAttachment**. This prevents debugging applications like gdb from analyzing Tor unless it is run diff --git a/docs/tutorials/mirror_mirror_on_the_wall.rst b/docs/tutorials/mirror_mirror_on_the_wall.rst index f16df19b..0d8b0b57 100644 --- a/docs/tutorials/mirror_mirror_on_the_wall.rst +++ b/docs/tutorials/mirror_mirror_on_the_wall.rst @@ -80,7 +80,7 @@ easy as... **Please remember that Tor is a shared resource!** If you're going to contribute much load please consider `running a relay -<https://www.torproject.org/docs/tor-doc-relay.html.en>`_ to offset your use. +<https://community.torproject.org/relay/>`_ to offset your use. **ORPorts** communicate through the `tor protocol <https://gitweb.torproject.org/torspec.git/tree/tor-spec.txt>`_, and can be @@ -144,7 +144,7 @@ against Tor you may want to set some of the following in your `torrc <https://www.torproject.org/docs/faq.html.en#torrc>`_. Keep in mind that these add a small burden to the network, so don't set them in a widely distributed application. And, of course, please consider `running Tor as a relay -<https://www.torproject.org/docs/tor-doc-relay.html.en>`_ so you give back to +<https://community.torproject.org/relay/>`_ so you give back to the network! .. code-block:: lighttpd diff --git a/docs/tutorials/the_little_relay_that_could.rst b/docs/tutorials/the_little_relay_that_could.rst index 57782d23..34bfe9e0 100644 --- a/docs/tutorials/the_little_relay_that_could.rst +++ b/docs/tutorials/the_little_relay_that_could.rst @@ -2,7 +2,7 @@ The Little Relay that Could =========================== Let's say you just set up your very first `Tor relay -<https://www.torproject.org/docs/tor-doc-relay.html.en>`_ (thank you!), and now +<https://community.torproject.org/relay/>`_ (thank you!), and now you want to write a script that tells you how much it is being used. First, for any script to talk with your relay it will need to have a control |
