From 342064f198bede5f2070c1a849f7d6438a1c9620 Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Sat, 13 Feb 2016 20:18:35 +0100 Subject: [PATCH] docs(readme): fix link to explanation of commit message format The conventions have been split off in ajoslin/conventional-changelog@48580b039197f45574f309b1c2ade18c17c2933b One could also link to the pinned version, https://github.com/stevemao/conventional-changelog-angular/blob/f07464cd7577e3c0aab9d400e9ca8da219603bba/convention.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28de4065..faf782d6 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ _Note:_ The current release/tag implementation is tied to GitHub, but could be o This module ships with the [AngularJS Commit Message Conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit) and changelog generator, but you can [define your own](#plugins) style. Each commit message consists of a **header**, a **body** and a **footer**. The header has a special -format that includes a **type**, a **scope** and a **subject** ([full explanation](https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md)): +format that includes a **type**, a **scope** and a **subject** ([full explanation](https://github.com/stevemao/conventional-changelog-angular/blob/master/convention.md)): ``` ():