From 25ca557d7eae92c7b864207567bc9aaaa6c484d6 Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Fri, 13 Jul 2018 12:33:49 -0300 Subject: [PATCH] docs(contributing): fix link to HISTORY.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2b7bea8a62..5994b0bee8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,12 +10,12 @@ please follow it in all your interactions with the project. ## Commit messages Please follow the [Angular commit style][angular-commit-style]. -This helps the team automate [CHANGELOG.md][changelog] generation. +This helps the team automate [HISTORY.md](HISTORY.md) generation. ## Pull Request Process 1. Update the README.md or similar documentation with details of changes you - wish to make, if applicable. + wish to make, if applicable. 2. Add any appropriate tests. 3. Make your code or other changes. 4. Review guidelines such as