diff --git a/README.rst b/README.rst index fdfb72a0..51900728 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ you're good to go. .. image:: doc/source/_static/reports.png .. _install ARA: https://ara.readthedocs.io/en/latest/installation.html -.. _configure Ansible to use ARA: http://ara.readthedocs.io/en/latest/configuration.html +.. _configure Ansible to use ARA: https://ara.readthedocs.io/en/latest/configuration.html Quickstart ========== @@ -53,8 +53,8 @@ ARA has four main components: .. _ARA: https://github.com/openstack/ara .. _Ansible: https://www.ansible.com/ .. _Ansible callback plugin: https://ara.readthedocs.io/en/latest/configuration.html#ansible -.. _ara_record: http://ara.readthedocs.io/en/latest/usage.html#using-the-ara-record-module -.. _ara_read: http://ara.readthedocs.io/en/latest/usage.html#using-the-ara-read-module +.. _ara_record: https://ara.readthedocs.io/en/latest/usage.html#using-the-ara-record-module +.. _ara_read: https://ara.readthedocs.io/en/latest/usage.html#using-the-ara-read-module .. _CLI client: https://ara.readthedocs.io/en/latest/usage.html#querying-the-database-with-the-cli .. _dynamic, database-driven web interface: https://ara.readthedocs.io/en/latest/faq.html#what-does-the-web-interface-look-like .. _generated and served from static files: https://ara.readthedocs.io/en/latest/usage.html#generating-a-static-html-version-of-the-web-application diff --git a/ara/tests/unit/test_ara_read.py b/ara/tests/unit/test_ara_read.py index fc9edc8d..f366f924 100644 --- a/ara/tests/unit/test_ara_read.py +++ b/ara/tests/unit/test_ara_read.py @@ -234,7 +234,7 @@ class TestRead(TestAra): def test_read_record_with_no_key(self): """ - Read a existing record that does not exist with ara_read + Read an existing record that does not exist with ara_read """ task = MagicMock(Task) task.async = 0 diff --git a/doc/source/webserver.rst b/doc/source/webserver.rst index ffd00373..459873d3 100644 --- a/doc/source/webserver.rst +++ b/doc/source/webserver.rst @@ -285,5 +285,5 @@ You may need a different nginx build that has the ngx_http_gzip_static_module_ compiled. For example nginx from EPEL_ (CentOS/RHEL) yum repositories includes this module. -.. _ngx_http_gzip_static_module: http://nginx.org/en/docs/http/ngx_http_gzip_static_module.html +.. _ngx_http_gzip_static_module: https://nginx.org/en/docs/http/ngx_http_gzip_static_module.html .. _EPEL: https://fedoraproject.org/wiki/EPEL