From d02b33af70c96b46888c73e78bb5965fc4b5a75d Mon Sep 17 00:00:00 2001 From: Glauco Vinicius Date: Thu, 25 Jun 2020 13:56:08 -0300 Subject: [PATCH] fix(docs): Update broken link (#1268) This commit fixes a broken link to the documentation on how to submit a patch. --- .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 c2f1cf0970..eee1bb58d6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,7 +4,7 @@ Please refer to [Contributing to Spinnaker](https://spinnaker.io/community/contr When filling out a pull request, please consider the following: -* Follow the commit message conventions [found here](http://www.spinnaker.io/v1.0/docs/how-to-submit-a-patch). +* Follow the commit message conventions [found here](https://spinnaker.io/community/contributing/submitting/). * Provide a descriptive summary for your changes. * If it fixes a bug or resolves a feature request, be sure to link to that issue. * Add inline code comments to changes that might not be obvious.