aboutsummaryrefslogtreecommitdiff
path: root/RELEASING
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-05-29 12:50:15 +0100
committerAdam Chainz <adam@adamj.eu>2016-05-29 12:50:50 +0100
commit1119b48e805bae531a0e64b061972f59bfb4df16 (patch)
tree458a372999d0d61b5d177eba6f5a17d6b8d774c7 /RELEASING
parent3a25cff9b1ef7f7996636cbc575a16d91b1a522d (diff)
downloaddateutil-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 'RELEASING')
-rw-r--r--RELEASING2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASING b/RELEASING
index 357139c..dcc027c 100644
--- a/RELEASING
+++ b/RELEASING
@@ -59,7 +59,7 @@ Binary releases
----------
It should always be possible to generate a universal wheel binary distribution
for each release. Generally we do not generate .egg files. In order to generate
-a wheel, you need the wheel package (https://wheel.readthedocs.org/en/latest/)
+a wheel, you need the wheel package (https://wheel.readthedocs.io/en/latest/)
installed, which can be installed with:
pip install wheel