aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-05-29 20:59:57 +0100
committerAdam Chainz <adam@adamj.eu>2016-05-29 20:59:57 +0100
commit9e7733d078d14868172cf31e142d91b5ea92d6b8 (patch)
treed4fdbe1d36abfd5d9ade47b0cb95b019868ee78f /markdown
parent534b509ea458f096baefb3df3270a9d7d36025ef (diff)
downloadmarkdown-9e7733d078d14868172cf31e142d91b5ea92d6b8.tar.gz
markdown-9e7733d078d14868172cf31e142d91b5ea92d6b8.tar.bz2
markdown-9e7733d078d14868172cf31e142d91b5ea92d6b8.zip
Convert readthedocs link 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.
Diffstat (limited to 'markdown')
-rw-r--r--markdown/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/__init__.py b/markdown/__init__.py
index 1b86553..78ea4cb 100644
--- a/markdown/__init__.py
+++ b/markdown/__init__.py
@@ -137,7 +137,7 @@ class Markdown(object):
if 'safe_mode' in kwargs:
warnings.warn('"safe_mode" is deprecated in Python-Markdown. '
'Use an HTML sanitizer (like '
- 'Bleach http://bleach.readthedocs.org/) '
+ 'Bleach https://bleach.readthedocs.io/) '
'if you are parsing untrusted markdown text. '
'See the 2.6 release notes for more info',
DeprecationWarning)