mirror of
https://github.com/ansible/ansible.git
synced 2026-02-03 20:40:24 -05:00
Make relative links in the description field of core packaging metadata absolute
PR #86461. Prior to this patch, the core packaging metadata contained relative contributing and license file URLs in its description field, which is sourced from the `README.md` file. These URLs are relative to the website location they're rendered in. On GitHub, they'd point to neighboring files in the repository but PyPI does not host them and this makes relative URLs point to addresses on PyPI that do not exist. The change updates the lin URLs to be absolute and point to the file views in the GitHub repository, which fixes #86460. Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <webknjaz@redhat.com>
This commit is contained in:
parent
b1bc1e2513
commit
1036c096a2
1 changed files with 5 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
[](https://dev.azure.com/ansible/ansible/_build/latest?definitionId=20&branchName=devel)
|
||||
[](https://docs.ansible.com/ansible/devel/community/code_of_conduct.html)
|
||||
[](https://docs.ansible.com/ansible/devel/community/communication.html#mailing-list-information)
|
||||
[](COPYING)
|
||||
[][copying]
|
||||
[](https://bestpractices.coreinfrastructure.org/projects/2372)
|
||||
|
||||
# Ansible
|
||||
|
|
@ -58,7 +58,7 @@ For more ways to get in touch, see [Communicating with the Ansible community](ht
|
|||
|
||||
## Contribute to Ansible
|
||||
|
||||
* Check out the [Contributor's Guide](./.github/CONTRIBUTING.md).
|
||||
* Check out the [Contributor's Guide](https://github.com/ansible/ansible/blob/devel/.github/CONTRIBUTING.md).
|
||||
* Read [Community Information](https://docs.ansible.com/ansible/devel/community) for all
|
||||
kinds of ways to contribute to and interact with the project,
|
||||
including how to submit bug reports and code to Ansible.
|
||||
|
|
@ -98,4 +98,6 @@ and has contributions from over 5000 users (and growing). Thanks everyone!
|
|||
|
||||
GNU General Public License v3.0 or later
|
||||
|
||||
See [COPYING](COPYING) to see the full text.
|
||||
See [COPYING] to see the full text.
|
||||
|
||||
[copying]: https://github.com/ansible/ansible/blob/devel/COPYING
|
||||
|
|
|
|||
Loading…
Reference in a new issue