From 581fc490b4fef13ecee6023d64af38f5d9f4ec8a Mon Sep 17 00:00:00 2001 From: ehmicky Date: Tue, 2 Jun 2020 20:48:15 +0200 Subject: [PATCH] Fix link in PR template --- docs/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PULL_REQUEST_TEMPLATE.md b/docs/PULL_REQUEST_TEMPLATE.md index 6925763d8..3ab5535fd 100644 --- a/docs/PULL_REQUEST_TEMPLATE.md +++ b/docs/PULL_REQUEST_TEMPLATE.md @@ -12,7 +12,7 @@ Example link: https://diff.intrinsic.com/@netlify/plugin-sitemap/0.3.3/0.3.4 **Have you completed the following?** -- [ ] Read and followed the [plugin author guidelines](/docs/guidelines.md). +- [ ] Read and followed the [plugin author guidelines](https://github.com/netlify/plugins/blob/master/docs/guidelines.md). - [ ] Included all [required fields](https://github.com/netlify/plugins/blob/master/docs/CONTRIBUTING.md#required-fields) in your entry. - [ ] Tested the plugin [locally](https://docs.netlify.com/cli/get-started/#run-builds-locally) and [on Netlify](https://docs.netlify.com/configure-builds/build-plugins/#install-a-plugin), using the plugin version stated in your entry.