From 47f9d2dc9aaee2798b0df16c1e185bee5e413905 Mon Sep 17 00:00:00 2001 From: Robin Gagnon Date: Wed, 19 Jun 2024 10:25:05 -0500 Subject: [PATCH] docs: Fix link to contributing guidelines in pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 085b932d..7d49eea6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,7 +13,7 @@ Fixes # (issue) ## Checklist -- [ ] I have read the [CONTRIBUTING](https://github.com/poap-xyz/poap.js/blob/main/documentation/CONTRIBUTING.md) document. +- [ ] I have read the [CONTRIBUTING](https://github.com/poap-xyz/poap.js/blob/main/.github/CONTRIBUTING.md) document. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. - [ ] I have updated the documentation accordingly.