Skip to content

Commit

Permalink
absolute links in readme (#570)
Browse files Browse the repository at this point in the history
SUMMARY
Fixed relative links in README.md to absolute links
ISSUE TYPE

Bugfix Pull Request

Reviewed-by: mikemorency
  • Loading branch information
OrrBG authored Jan 2, 2025
1 parent dec7501 commit 628c931
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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).
Expand All @@ -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.
3 changes: 3 additions & 0 deletions changelogs/fragments/570-bugfix-relative-links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- info - changed relative links in README.md to absolute links

0 comments on commit 628c931

Please sign in to comment.