From 5c7c62dbc7690cacf63411b9ea16730cb9ea4476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20A=C3=9Fhauer?= Date: Tue, 10 Jun 2025 09:48:11 +0200 Subject: [PATCH] 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. --- CONTRIBUTING.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD index 99b3c98..5498a72 100644 --- a/CONTRIBUTING.MD +++ b/CONTRIBUTING.MD @@ -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]