Skip to content

Commit

Permalink
Update docs to use relative links
Browse files Browse the repository at this point in the history
Updating the docs to use relative links so that when imported into
automation hub it doesn't point back to github.  This can be an issue
when examples or variables have been updated on github but hasn't been
pushed to automation hub yet.
  • Loading branch information
p3ck committed Mar 20, 2024
1 parent 16ea8a8 commit 6478e24
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 24 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ Click on the name of a plugin or module to view that content's documentation:
### Roles
Name | Description
--- | ---
[cloud.azure_ops.azure_load_balancer_with_public_ip](https://github.com/redhat-cop/cloud.azure_ops/blob/main/roles/azure_load_balancer_with_public_ip/README.md)|A role to manage Azure Load Balancer.
[cloud.azure_ops.azure_manage_postgresql](https://github.com/redhat-cop/cloud.azure_ops/blob/main/roles/azure_manage_postgresql/README.md)|A role to manage Azure PostGreSQL Database.
[cloud.azure_ops.azure_manage_network_interface](https://github.com/redhat-cop/cloud.azure_ops/blob/main/roles/azure_manage_network_interface/README.md)|A role to manage Azure Network Interface.
[cloud.azure_ops.azure_manage_networking_stack](https://github.com/redhat-cop/cloud.azure_ops/blob/main/roles/azure_manage_networking_stack/README.md)|A role to manage Azure Networking Stack.
[cloud.azure_ops.azure_manage_resource_group](https://github.com/redhat-cop/cloud.azure_ops/blob/main/roles/azure_manage_resource_group/README.md)|A role to manage Azure Resource Group.
[cloud.azure_ops.azure_manage_security_group](https://github.com/redhat-cop/cloud.azure_ops/blob/main/roles/azure_manage_security_group/README.md)|A role to manage Azure Security Group.
[cloud.azure_ops.azure_virtual_machine_with_public_ip](https://github.com/redhat-cop/cloud.azure_ops/blob/main/roles/azure_virtual_machine_with_public_ip/README.md)|A role to manage Azure Virtual Machine.
[cloud.azure_ops.azure_load_balancer_with_public_ip](roles/azure_load_balancer_with_public_ip/README.md)|A role to manage Azure Load Balancer.
[cloud.azure_ops.azure_manage_postgresql](roles/azure_manage_postgresql/README.md)|A role to manage Azure PostGreSQL Database.
[cloud.azure_ops.azure_manage_network_interface](roles/azure_manage_network_interface/README.md)|A role to manage Azure Network Interface.
[cloud.azure_ops.azure_manage_networking_stack](roles/azure_manage_networking_stack/README.md)|A role to manage Azure Networking Stack.
[cloud.azure_ops.azure_manage_resource_group](roles/azure_manage_resource_group/README.md)|A role to manage Azure Resource Group.
[cloud.azure_ops.azure_manage_security_group](roles/azure_manage_security_group/README.md)|A role to manage Azure Security Group.
[cloud.azure_ops.azure_virtual_machine_with_public_ip](roles/azure_virtual_machine_with_public_ip/README.md)|A role to manage Azure Virtual Machine.


### Playbooks
Name | Description
--- | ---
[cloud.azure_ops.webapp](https://github.com/redhat-cop/cloud.azure_ops/blob/main/playbooks/WEBAPP.md)|A playbook to deploy a web application on azure using virtual machines.
[cloud.azure_ops.webapp_container](https://github.com/redhat-cop/cloud.azure_ops/blob/main/playbooks/WEBAPP_CONTAINER.md)|A playbook to deploy a web application on azure using containers.
[cloud.azure_ops.vmss_migrate](https://github.com/redhat-cop/cloud.azure_ops/blob/main/playbooks/VMSS_MIGRATE.md)|A playbook to migrate virtual machines of a web application from one azure region to another region.
[cloud.azure_ops.validate_deployment](https://github.com/redhat-cop/cloud.azure_ops/blob/main/playbooks/VALIDATE_DEPLOYMENT.md)|A playbook to validate successful deployment of web application URL.
[cloud.azure_ops.webapp](playbooks/WEBAPP.md)|A playbook to deploy a web application on azure using virtual machines.
[cloud.azure_ops.webapp_container](playbooks/WEBAPP_CONTAINER.md)|A playbook to deploy a web application on azure using containers.
[cloud.azure_ops.vmss_migrate](playbooks/VMSS_MIGRATE.md)|A playbook to migrate virtual machines of a web application from one azure region to another region.
[cloud.azure_ops.validate_deployment](playbooks/VALIDATE_DEPLOYMENT.md)|A playbook to validate successful deployment of web application URL.
<!--end collection content-->

## Installation and Usage
Expand Down Expand Up @@ -107,10 +107,10 @@ There are also integration tests in the `molecule` directory which are meant to
molecule test
```

This collection is tested using GitHub Actions. To know more about CI, refer to [CI.md](https://github.com/redhat-cop/cloud.azure_ops/blob/main/CI.md).
This collection is tested using GitHub Actions. To know more about CI, refer to [CI.md](CI.md).

## License

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/redhat-cop/cloud.azure_ops/blob/main/LICENSE) to see the full text.
See [LICENCE](LICENSE) to see the full text.
2 changes: 2 additions & 0 deletions changelogs/fragments/20240320-relative-links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- update docs to use relative links
2 changes: 1 addition & 1 deletion roles/azure_load_balancer_with_public_ip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/redhat-cop/cloud.azure_ops/blob/main/LICENSE) to see the full text.
See [LICENCE](LICENSE) to see the full text.

Author Information
------------------
Expand Down
4 changes: 2 additions & 2 deletions roles/azure_manage_network_interface/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ License

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/redhat-cop/cloud.azure_ops/blob/main/LICENSE) to see the full text.
See [LICENCE](../../LICENSE) to see the full text.

Author Information
------------------

- Ansible Cloud Content Team
- Ansible Cloud Content Team
2 changes: 1 addition & 1 deletion roles/azure_manage_networking_stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/redhat-cop/cloud.azure_ops/blob/main/LICENSE) to see the full text.
See [LICENCE](../../LICENSE) to see the full text.

Author Information
------------------
Expand Down
2 changes: 1 addition & 1 deletion roles/azure_manage_postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ License

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/redhat-cop/cloud.azure_ops/blob/main/LICENSE) to see the full text.
See [LICENCE](../../LICENSE) to see the full text.

Author Information
------------------
Expand Down
4 changes: 2 additions & 2 deletions roles/azure_manage_resource_group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ License

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/redhat-cop/cloud.azure_ops/blob/main/LICENSE) to see the full text.
See [LICENCE](../../LICENSE) to see the full text.

Author Information
------------------

- Ansible Cloud Content Team
- Ansible Cloud Content Team
4 changes: 2 additions & 2 deletions roles/azure_manage_security_group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ License

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/redhat-cop/cloud.azure_ops/blob/main/LICENSE) to see the full text.
See [LICENCE](../../LICENSE) to see the full text.

Author Information
------------------

- Ansible Cloud Content Team
- Ansible Cloud Content Team
4 changes: 2 additions & 2 deletions roles/azure_virtual_machine_with_public_ip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ License

GNU General Public License v3.0 or later

See [LICENCE](https://github.com/redhat-cop/cloud.azure_ops/blob/main/LICENSE) to see the full text.
See [LICENCE](../../LICENSE) to see the full text.

Author Information
------------------

- Ansible Cloud Content Team
- Ansible Cloud Content Team

0 comments on commit 6478e24

Please sign in to comment.