diff options
author | Adam Chainz <adam@adamj.eu> | 2016-05-29 12:50:15 +0100 |
---|---|---|
committer | Adam Chainz <adam@adamj.eu> | 2016-05-29 12:50:50 +0100 |
commit | 1119b48e805bae531a0e64b061972f59bfb4df16 (patch) | |
tree | 458a372999d0d61b5d177eba6f5a17d6b8d774c7 /setup.py | |
parent | 3a25cff9b1ef7f7996636cbc575a16d91b1a522d (diff) | |
download | dateutil-git-1119b48e805bae531a0e64b061972f59bfb4df16.tar.gz |
Convert readthedocs link for their .org -> .io migration for hosted projects
As per their email ‘Changes to project subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ setup(name="python-dateutil", description="Extensions to the standard Python datetime module", author="Paul Ganssle, Yaron de Leeuw", author_email="dateutil@python.org", - url="https://dateutil.readthedocs.org", + url="https://dateutil.readthedocs.io", license="Simplified BSD", long_description=""" The dateutil module provides powerful extensions to the |