mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 06:46:15 +00:00
Change documentation website to requests.readthedocs.io (#5236)
Fixes: #5212
This commit is contained in:
committed by
Nate Prewitt
parent
4cd95aa496
commit
d2590ee46c
@@ -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',
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user