Update index.rst

Changed https to http for Requests' url. Its look like not supporting https at the moment.
This commit is contained in:
Buğra İşgüzar
2019-03-15 17:05:15 +03:00
committed by GitHub
parent cfdbd4920f
commit 872186d05d
+1 -1
View File
@@ -49,7 +49,7 @@ Only **Python 3.6** is supported.
Tutorial & Usage
================
Make a GET request to `python.org <https://python.org/>`_, using `Requests <https://docs.python-requests.org/>`_:
Make a GET request to `python.org <https://python.org/>`_, using `Requests <http://docs.python-requests.org/>`_:
.. code-block:: pycon