From e0bfdd45da8a8f61c327b89fb4fa7c1933139066 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Sat, 4 Jun 2016 11:55:15 +0100 Subject: [PATCH] Convert readthedocs links 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. --- README.rst | 4 ++-- TESTING.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 776c300..d5a8648 100644 --- a/README.rst +++ b/README.rst @@ -124,7 +124,7 @@ While querying for logs you can filter events by ``--start`` ``-s`` and ``--end` - ``--start='1/1/2015'`` Events generated after midnight on the 1st of January 2015. - ``--start='Sat Oct 11 17:13:46 UTC 2003'`` You can use detailed dates too. - Note, for time parsing awslogs uses `dateutil `_. + Note, for time parsing awslogs uses `dateutil `_. * All previous examples are applicable for ``--end`` ``-e`` too. @@ -159,7 +159,7 @@ Helpful Links ------------- * http://aws.amazon.com/cloudwatch/ -* http://boto.readthedocs.org/en/latest/ref/logs.html +* https://boto.readthedocs.io/en/latest/ref/logs.html * http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/cloudwatch_limits.html How to provide AWS credentials to awslogs diff --git a/TESTING.rst b/TESTING.rst index 436bae4..d13ecda 100644 --- a/TESTING.rst +++ b/TESTING.rst @@ -81,7 +81,7 @@ For that reason, there is no reason to install virtualenv separately. .. _tox: https://testrun.org/tox/latest/ -.. _virtualenvwrapper: http://virtualenvwrapper.readthedocs.org/en/latest/ +.. _virtualenvwrapper: https://virtualenvwrapper.readthedocs.io/en/latest/ .. _venv: https://docs.python.org/3/library/venv.html @@ -108,7 +108,7 @@ not executed. There are often the lines, where bugs are present. This project is using coverage_ tool. -.. _coverage: http://coverage.readthedocs.org/en/ +.. _coverage: https://coverage.readthedocs.io/ Recipes =======