summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-05-29 14:08:33 +0100
committerAdam Chainz <adam@adamj.eu>2016-05-29 14:08:33 +0100
commit21d717a8f582916e931c25c0e742f173bd7e391f (patch)
tree98425ebfff5da8bf4e7e8f0dbcc3ea6e9548dd6c /docs
parent29491230603c7b55fc4fc8a3fbfcbbd179b7a8b6 (diff)
downloadurllib3-21d717a8f582916e931c25c0e742f173bd7e391f.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 'docs')
-rw-r--r--docs/security.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/security.rst b/docs/security.rst
index 59cbdc01..5117e329 100644
--- a/docs/security.rst
+++ b/docs/security.rst
@@ -180,7 +180,7 @@ Unverified HTTPS requests will trigger a warning via Python's ``warnings`` modul
urllib3/connectionpool.py:736: InsecureRequestWarning: Unverified HTTPS
request is being made. Adding certificate verification is strongly advised.
- See: https://urllib3.readthedocs.org/en/latest/security.html
+ See: https://urllib3.readthedocs.io/en/latest/security.html
This would be a great time to enable HTTPS verification:
:ref:`certifi-with-urllib3`.