From 8ffd479b16fa50b879db7725b34844245bbc646b Mon Sep 17 00:00:00 2001 From: Mat Kelly Date: Mon, 4 Dec 2017 14:30:40 -0500 Subject: [PATCH] Update conventions link in CONTRIBUTING In #519, the CONTRIBUTING file suggests adhering to a conventions file when submitting a PR. The link to this file is broken in the Station CONTRIBUTING.md. This PR updates the link. As the originally linked page no longer exists, I am unsure if this was the intended link, but based on the now-changed project structure, the new URI is my best guess as to what was intended. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3be7339fb..f70e1b1ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ $ npm run lint ``` When you are ready to commit please be sure to follow the -[commit convention](https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md). +[commit convention](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/convention.md). ## Available Scripts