1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

Update readthedocs links.

This commit is contained in:
Rémy HUBSCHER
2016-04-28 12:28:20 +02:00
parent 01a546eedd
commit 9fbe745987
2 changed files with 2 additions and 2 deletions

View File

@@ -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