Change documentation website to requests.readthedocs.io (#5236)

Fixes: #5212
This commit is contained in:
Sorin Sbarnea
2019-10-25 04:02:55 +01:00
committed by Nate Prewitt
parent 4cd95aa496
commit d2590ee46c
11 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ setup(
'socks:sys_platform == "win32" and python_version == "2.7"': ['win_inet_pton'],
},
project_urls={
'Documentation': 'http://docs.python-requests.org',
'Documentation': 'https://requests.readthedocs.io',
'Source': 'https://github.com/psf/requests',
},
)