From dc0bba118123c9d10f74c6cbcf7cfbae8e459eed Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Thu, 12 Oct 2023 15:39:48 +0100 Subject: [PATCH] Fix links in PR templates to work in the context of a pull request --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d96f4a0..431ac0c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,5 +2,5 @@ Before making a PR please make sure to read our [contributing guidelines][contri Please note that **labels** is released with a [Contributor Code of Conduct][code of conduct]. By participating in this project you agree to abide by its terms. -[code of conduct]: /CODE_OF_CONDUCT.md -[contributing]: /.github/CONTRIBUTING.md +[code of conduct]: https://github.com/hackebrot/labels/blob/main/CODE_OF_CONDUCT.md +[contributing]: https://github.com/hackebrot/labels/blob/main/.github/CONTRIBUTING.md