diff --git a/README.md b/README.md index 44641cac..6420a14d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ To circumvent this limitation, you should store your VM templates in a [Content ## Requirements -The host running the tasks must have the python requirements described in [requirements.txt](./requirements.txt) +The host running the tasks must have the python requirements described in [requirements.txt](https://github.com/ansible-collections/vmware.vmware_rest/blob/main/requirements.txt) Once the collection is installed, you can install them into a python environment using pip: `pip install -r ~/.ansible/collections/ansible_collections/vmware/vmware_rest/requirements.txt` ### vSphere compatibility @@ -126,7 +126,7 @@ ansible-galaxy collection install vmware.vmware_rest:1.0.0 All releases will meet the following test criteria. -* 100% success for [Integration](./tests/integration) tests. +* 100% success for [Integration](https://github.com/ansible-collections/vmware.vmware_rest/blob/main/tests/integration) tests. * 100% success for [Sanity](https://docs.ansible.com/ansible/latest/dev_guide/testing/sanity/index.html#all-sanity-tests) tests as part of [ansible-test](https://docs.ansible.com/ansible/latest/dev_guide/testing.html#run-sanity-tests). * 100% success for [ansible-lint](https://ansible.readthedocs.io/projects/lint/) allowing only false positives. @@ -167,7 +167,7 @@ If a support case cannot be opened with Red Hat and the collection has been obta ## Release Notes and Roadmap A list of available releases can be found on the github [release page](https://github.com/ansible-collections/vmware.vmware_rest/releases). -A changelog may be found attached to the release, or in the [CHANGELOG.rst](CHANGELOG.rst) +A changelog may be found attached to the release, or in the [CHANGELOG.rst](https://github.com/ansible-collections/vmware.vmware_rest/blob/main/CHANGELOG.rst) Note, some collections release before an ansible-core version reaches End of Life (EOL), thus the version of ansible-core that is supported must be a version that is currently supported. For AAP users, to see the supported ansible-core versions, review the [AAP Life Cycle](https://access.redhat.com/support/policy/updates/ansible-automation-platform). @@ -186,4 +186,4 @@ The `community.vmware` collection offers additional community supported function ## License Information GNU General Public License v3.0 or later -See [LICENSE](LICENSE) to see the full text. +See [LICENSE](https://github.com/ansible-collections/vmware.vmware_rest/blob/main/LICENSE) to see the full text. diff --git a/changelogs/fragments/570-bugfix-relative-links.yml b/changelogs/fragments/570-bugfix-relative-links.yml new file mode 100644 index 00000000..6cdeb30b --- /dev/null +++ b/changelogs/fragments/570-bugfix-relative-links.yml @@ -0,0 +1,3 @@ +--- +minor_changes: + - info - changed relative links in README.md to absolute links \ No newline at end of file