From 03cb91ee0376de4d4a86a84b0bfb82545b303eb6 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Sat, 11 Jun 2016 10:58:46 +0100 Subject: [PATCH] Convert readthedocs links for their .org -> .io migration for hosted projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12f5bcd..10fcc56 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ django-discover-jenkins A streamlined fork of django-jenkins designed to work with the default test command and the discover runner. -[Read the Docs](https://django-discover-jenkins.readthedocs.org/) +[Read the Docs](https://django-discover-jenkins.readthedocs.io/) Why? ----