replace http with https

Change-Id: Id6424f432d9512dfb2914d6b5ebeafc510a778a5
This commit is contained in:
zhangzs 2018-06-12 14:27:57 +08:00
parent e4e7a4f494
commit 6bb7028ca3
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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