From 9e7733d078d14868172cf31e142d91b5ea92d6b8 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Sun, 29 May 2016 20:59:57 +0100 Subject: Convert readthedocs link 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. --- docs/release-2.5.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/release-2.5.txt') diff --git a/docs/release-2.5.txt b/docs/release-2.5.txt index 0c399ed..6f38122 100644 --- a/docs/release-2.5.txt +++ b/docs/release-2.5.txt @@ -59,7 +59,7 @@ Backwards-incompatible Changes As the HTML would not be parsed with the above Extension, then the serializer will escape the raw HTML, which is exactly what happens now when `safe_mode="escape"`. -[Bleach]: http://bleach.readthedocs.org/ +[Bleach]: https://bleach.readthedocs.io/ * Positional arguments on the `markdown.Markdown()` are pending deprecation as are all except the `text` argument on the `markdown.markdown()` wrapper function. -- cgit v1.2.3