Skip to content

Commit 563dc29

Browse files
adamchainzgsnedders
authored andcommitted
Convert readthedocs link for their .org -> .io migration for hosted projects (#261)
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.
1 parent c35d84c commit 563dc29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Released on May 17, 2013
219219

220220
* Test harness has been improved and now depends on ``nose``.
221221

222-
* Documentation updated and moved to http://html5lib.readthedocs.org/.
222+
* Documentation updated and moved to https://html5lib.readthedocs.io/.
223223

224224

225225
0.95

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ format:
8484
parser = html5lib.HTMLParser(tree=html5lib.getTreeBuilder("dom"))
8585
minidom_document = parser.parse("<p>Hello World!")
8686
87-
More documentation is available at http://html5lib.readthedocs.org/.
87+
More documentation is available at https://html5lib.readthedocs.io/.
8888

8989

9090
Installation

0 commit comments

Comments
 (0)