summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-06-08 03:46:56 +0100
committerAdam Chainz <adam@adamj.eu>2016-06-08 03:48:04 +0100
commit7f255cd295668df3521a8583651da28a9fdb224b (patch)
tree19b287a01dd6ec3f58add13b9696b07cbde457c6 /CONTRIBUTING.md
parent88811a26593e8a87e8d820d8820736fea6d8d20a (diff)
downloaddocker-py-7f255cd295668df3521a8583651da28a9fdb224b.tar.gz
Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing 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. Signed-off-by: Adam Chainz <adam@adamj.eu>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 75365c8..1bd8d42 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -20,7 +20,7 @@ pip freeze | grep docker-py && python --version && docker version
- If possible, steps or a code snippet to reproduce the issue
To save yourself time, please be sure to check our
-[documentation](http://docker-py.readthedocs.org/) and use the
+[documentation](https://docker-py.readthedocs.io/) and use the
[search function](https://github.com/docker/docker-py/search) to find out if
it has already been addressed, or is currently being looked at.