From b689a09d87298f4c00176cae60cc7d379b3007ea Mon Sep 17 00:00:00 2001 From: jtagcat Date: Mon, 28 Jun 2021 21:00:44 +0000 Subject: [PATCH] PR template: Fix broken link to contributing.md The link is broken on actual PR pages. Not using relative link, as it would be github-specific anyway, and the relative link would be broken on some other pages. --- .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 2c9e6cc..d02dc2e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ # Pull request title -- [ ] I read [contributing guideline](.github/CONTRIBUTING.md) +- [ ] I read [contributing guideline](https://github.com/deezer/spleeter/blob/master/.github/CONTRIBUTING.md) - [ ] I didn't find a similar pull request already open. - [ ] My PR is related to Spleeter only, not a derivative product (such as Webapplication, or GUI provided by others)