Skip to content

Commit d4a083d

Browse files
authored
Merge pull request #58 from p3ck/relative_doc_link
Update docs to use relative links
2 parents bd31553 + f3e2d3d commit d4a083d

File tree

9 files changed

+26
-24
lines changed

9 files changed

+26
-24
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ Click on the name of a plugin or module to view that content's documentation:
1717
### Roles
1818
Name | Description
1919
--- | ---
20-
[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.
21-
[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.
22-
[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.
23-
[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.
24-
[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.
25-
[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.
26-
[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.
20+
[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.
21+
[cloud.azure_ops.azure_manage_postgresql](roles/azure_manage_postgresql/README.md)|A role to manage Azure PostGreSQL Database.
22+
[cloud.azure_ops.azure_manage_network_interface](roles/azure_manage_network_interface/README.md)|A role to manage Azure Network Interface.
23+
[cloud.azure_ops.azure_manage_networking_stack](roles/azure_manage_networking_stack/README.md)|A role to manage Azure Networking Stack.
24+
[cloud.azure_ops.azure_manage_resource_group](roles/azure_manage_resource_group/README.md)|A role to manage Azure Resource Group.
25+
[cloud.azure_ops.azure_manage_security_group](roles/azure_manage_security_group/README.md)|A role to manage Azure Security Group.
26+
[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.
2727

2828

2929
### Playbooks
3030
Name | Description
3131
--- | ---
32-
[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.
33-
[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.
34-
[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.
35-
[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.
32+
[cloud.azure_ops.webapp](playbooks/WEBAPP.md)|A playbook to deploy a web application on azure using virtual machines.
33+
[cloud.azure_ops.webapp_container](playbooks/WEBAPP_CONTAINER.md)|A playbook to deploy a web application on azure using containers.
34+
[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.
35+
[cloud.azure_ops.validate_deployment](playbooks/VALIDATE_DEPLOYMENT.md)|A playbook to validate successful deployment of web application URL.
3636
<!--end collection content-->
3737

3838
## Installation and Usage
@@ -107,10 +107,10 @@ There are also integration tests in the `molecule` directory which are meant to
107107
molecule test
108108
```
109109

110-
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).
110+
This collection is tested using GitHub Actions. To know more about CI, refer to [CI.md](CI.md).
111111

112112
## License
113113

114114
GNU General Public License v3.0 or later
115115

116-
See [LICENCE](https://github.com/redhat-cop/cloud.azure_ops/blob/main/LICENSE) to see the full text.
116+
See [LICENCE](LICENSE) to see the full text.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
trivial:
2+
- update docs to use relative links

roles/azure_load_balancer_with_public_ip/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ License
8787

8888
GNU General Public License v3.0 or later
8989

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

9292
Author Information
9393
------------------

roles/azure_manage_network_interface/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ License
7878

7979
GNU General Public License v3.0 or later
8080

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

8383
Author Information
8484
------------------
8585

86-
- Ansible Cloud Content Team
86+
- Ansible Cloud Content Team

roles/azure_manage_networking_stack/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ License
5454

5555
GNU General Public License v3.0 or later
5656

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

5959
Author Information
6060
------------------

roles/azure_manage_postgresql/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ License
8686

8787
GNU General Public License v3.0 or later
8888

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

9191
Author Information
9292
------------------

roles/azure_manage_resource_group/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ License
4444

4545
GNU General Public License v3.0 or later
4646

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

4949
Author Information
5050
------------------
5151

52-
- Ansible Cloud Content Team
52+
- Ansible Cloud Content Team

roles/azure_manage_security_group/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ License
8080

8181
GNU General Public License v3.0 or later
8282

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

8585
Author Information
8686
------------------
8787

88-
- Ansible Cloud Content Team
88+
- Ansible Cloud Content Team

roles/azure_virtual_machine_with_public_ip/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ License
8686

8787
GNU General Public License v3.0 or later
8888

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

9191
Author Information
9292
------------------
9393

94-
- Ansible Cloud Content Team
94+
- Ansible Cloud Content Team

0 commit comments

Comments
 (0)