From 9fbe745987cd4faca843f9442e0240f84fcfff43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Thu, 28 Apr 2016 12:28:20 +0200 Subject: [PATCH] Update readthedocs links. --- httpie/client.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/httpie/client.py b/httpie/client.py index 33049279..e8a9ef30 100644 --- a/httpie/client.py +++ b/httpie/client.py @@ -14,7 +14,7 @@ from httpie.plugins import plugin_manager from httpie.utils import repr_dict_nice try: - # https://urllib3.readthedocs.org/en/latest/security.html + # https://urllib3.readthedocs.io/en/latest/security.html urllib3.disable_warnings() except AttributeError: # In some rare cases, the user may have an old version of the requests diff --git a/setup.py b/setup.py index 9af19080..d1d6e793 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ if 'bdist_wheel' not in sys.argv: # bdist_wheel extras_require = { - # http://wheel.readthedocs.org/en/latest/#defining-conditional-dependencies + # http://wheel.readthedocs.io/en/latest/#defining-conditional-dependencies ':python_version == "2.6"' ' or python_version == "3.0"' ' or python_version == "3.1" ': ['argparse>=1.2.1'],