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.
## Writing Good Commits
Please see
-http://coala.readthedocs.org/en/latest/Getting_Involved/Writing_Good_Commits.html
+https://coala.readthedocs.io/en/latest/Getting_Involved/Writing_Good_Commits.html
for guidelines on how to write good commits and proper commit messages.
def test_get_plural():
- # See http://localization-guide.readthedocs.org/en/latest/l10n/pluralforms.html for more details.
+ # See https://localization-guide.readthedocs.io/en/latest/l10n/pluralforms.html for more details.
assert plurals.get_plural(locale='en') == (2, '(n != 1)')
assert plurals.get_plural(locale='ga') == (3, '(n==1 ? 0 : n==2 ? 1 : 2)')