From: Nicholas Avenell Date: Fri, 6 Feb 2015 13:46:38 +0000 (+0000) Subject: Update to use readthedocs.org instead of rtfd.org X-Git-Tag: v2.5.2~6^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=291b6b24b7a4645dc7b8b9ee8919c62c65b85fef;p=services%2Fpython-requests.git Update to use readthedocs.org instead of rtfd.org https://toolbelt.rtfd.org causes an SSL error because the wildcard SSL cert is for *.readthedocs.org. --- diff --git a/docs/user/quickstart.rst b/docs/user/quickstart.rst index febcf8c..0878973 100644 --- a/docs/user/quickstart.rst +++ b/docs/user/quickstart.rst @@ -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 -`_ for more details about how to use it. +`_ for more details about how to use it. For sending multiple files in one request refer to the :ref:`advanced ` section.