fix broken links

At least those that are fixable. While at it also reword the sentence
about the license, because "... under the MIT." is weird.
This commit is contained in:
Matthias Aßhauer
2025-06-10 09:53:15 +02:00
parent 49d4a542dc
commit 5c7c62dbc7
+3 -3
View File
@@ -2,11 +2,11 @@
[fork]: https://github.com/actions/partner-runner-images/fork
[pr]: https://github.com//actions/partner-runner-images/compare
[code-of-conduct]: CODE_OF_CONDUCT.md
[code-of-conduct]: CODE_OF_CONDUCT.MD
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [MIT](LICENSE.md).
Contributions to this project are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [MIT license](LICENSE.txt).
Please note that this project is released with a [Contributor Code of Conduct][code-of-conduct]. By participating in this project you agree to abide by its terms.
@@ -14,7 +14,7 @@ Please note that this project is released with a [Contributor Code of Conduct][c
1. [Fork][fork] and clone the repository
1. Create a new branch: `git checkout -b my-branch-name`
1. Make your changes, ensure that they include steps to install, validate post-install and update software report (please see [How to add new tool](CONTRIBUTING.md#how-to-add-new-tool) for details).
1. Make your changes, ensure that they include steps to install, validate post-install and update software report (please see [How to add new tool](CONTRIBUTING.MD#how-to-add-new-tool) for details).
1. Test your changes by [creating VHD and deploying a VM](docs/create-image-and-azure-resources.md).
1. Push to your fork and [submit a pull request][pr]