READMEs: use absolute instead of relative image links

Otherwise the content isn't rendered properly on Galaxy.

Change-Id: Id48eaca0073e019db2647d4e22dbd63cc0f91e32
This commit is contained in:
David Moreau Simard 2020-07-01 14:58:30 -04:00
parent fd7dfb138e
commit 53a84a4a4f
No known key found for this signature in database
GPG Key ID: 7D4729EC4E64E8B7
3 changed files with 7 additions and 7 deletions

View File

@ -5,29 +5,29 @@ Opinionated collection of Ansible roles for deploying and configuring
ARA Records Ansible playbooks and makes them easier to understand and troubleshoot. ARA Records Ansible playbooks and makes them easier to understand and troubleshoot.
![ara](doc/source/_static/ara-with-icon.png) ![ara](https://raw.githubusercontent.com/ansible-community/ara-collection/master/doc/source/_static/ara-with-icon.png)
## ara_api ## ara_api
![ara_api](doc/source/_static/ansible-role-ara-api.png) ![ara_api](https://raw.githubusercontent.com/ansible-community/ara-collection/master/doc/source/_static/ansible-role-ara-api.png)
A role to install and run the ARA API server and built-in reporting interface A role to install and run the ARA API server and built-in reporting interface
in various supported configurations. in various supported configurations.
Documentation: [roles/ara_api/README.md](roles/ara_api/README.md) Documentation: [roles/ara_api/README.md](https://github.com/ansible-community/ara-collection/blob/master/roles/ara_api/README.md)
## ara_web ## ara_web
![ara_web](doc/source/_static/ansible-role-ara-web.png) ![ara_web](doc/source/_static/ansible-role-ara-web.png)
Documentation: [roles/ara_web/README.md](roles/ara_web/README.md) Documentation: [roles/ara_web/README.md](https://github.com/ansible-community/ara-collection/blob/master/roles/ara_web/README.md)
## ara_frontend_nginx ## ara_frontend_nginx
A role that sets up a basic nginx reverse proxy for serving the API server as A role that sets up a basic nginx reverse proxy for serving the API server as
well as ara-web. well as ara-web.
Documentation: [roles/ara_frontend_nginx/README.md](roles/ara_frontend_nginx/README.md) Documentation: [roles/ara_frontend_nginx/README.md](https://github.com/ansible-community/ara-collection/blob/master/roles/ara_frontend_nginx/README.md)
# Community and getting help # Community and getting help

View File

@ -1,6 +1,6 @@
# Ansible role: ara_api # Ansible role: ara_api
![ara_api](../../doc/source/_static/ansible-role-ara-api.png) ![ara_api](https://raw.githubusercontent.com/ansible-community/ara-collection/master/doc/source/_static/ansible-role-ara-api.png)
This Ansible role provides a framework for installing one or many instances of the This Ansible role provides a framework for installing one or many instances of the
[ARA](https://github.com/ansible-community/ara) API Server in a variety of [ARA](https://github.com/ansible-community/ara) API Server in a variety of

View File

@ -1,6 +1,6 @@
# Ansible role: ara_web # Ansible role: ara_web
![ara_web](../../doc/source/_static/ansible-role-ara-web.png) ![ara_web](https://raw.githubusercontent.com/ansible-community/ara-collection/master/doc/source/_static/ansible-role-ara-web.png)
This Ansible role provides a framework for installing one or many instances of This Ansible role provides a framework for installing one or many instances of
[ara-web](https://github.com/ansible-community/ara-web) in a variety of [ara-web](https://github.com/ansible-community/ara-web) in a variety of