Update to use readthedocs.org instead of rtfd.org
authorNicholas Avenell <nicholas@aquarionics.com>
Fri, 6 Feb 2015 13:46:38 +0000 (13:46 +0000)
committerNicholas Avenell <nicholas@aquarionics.com>
Fri, 6 Feb 2015 13:46:38 +0000 (13:46 +0000)
https://toolbelt.rtfd.org causes an SSL error because the wildcard SSL cert is for *.readthedocs.org.

docs/user/quickstart.rst

index febcf8ca2203a217a3a00c0bfeda4d4b72265075..0878973fcd96006316bb84e3ff7394c9bcc55570 100644 (file)
@@ -275,7 +275,7 @@ In the event you are posting a very large file as a ``multipart/form-data``
 request, you may want to stream the request. By default, ``requests`` does not
 support this, but there is a separate package which does -
 ``requests-toolbelt``. You should read `the toolbelt's documentation
-<https://toolbelt.rtfd.org>`_ for more details about how to use it.
+<https://toolbelt.readthedocs.org>`_ for more details about how to use it.
 
 For sending multiple files in one request refer to the :ref:`advanced <advanced>`
 section.