From 8cda2268278ea942bd4101f7288c55d07d7ff025 Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:31:00 +0700 Subject: [PATCH] docs(README): commit format links example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c46a5c..3bec298 100644 --- a/README.md +++ b/README.md @@ -533,7 +533,7 @@ how many commits your changes require. - Write insightful and descriptive commit messages. It lets us and future contributors quickly understand your changes without having to read your changes. Please provide a summary in the first line (50-72 characters) and eventually, -go to greater lengths in your message's body. A good example can be found in [Angular commit message format](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit-message-format). +go to greater lengths in your message's body. A good example can be found in [Angular commit message format](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commit-message-format). - Please **include the appropriate test cases** for your patch.