From 430338a13d499a918dc194e407a8a72b58a15bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sun, 18 Nov 2018 16:46:08 +0100 Subject: [PATCH 1/2] readme: fix badge URLs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd6f9a7..b69fd82 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # core-validate-commit -[![Build Status](https://travis-ci.org/evanlucas/core-validate-commit.svg)](https://travis-ci.org/evanlucas/core-validate-commit) -[![Coverage Status](https://coveralls.io/repos/evanlucas/core-validate-commit/badge.svg?branch=master&service=github)](https://coveralls.io/github/evanlucas/core-validate-commit?branch=master) +[![Build Status](https://travis-ci.org/nodejs/core-validate-commit.svg)](https://travis-ci.org/nodejs/core-validate-commit) +[![Coverage Status](https://coveralls.io/repos/nodejs/core-validate-commit/badge.svg?branch=master&service=github)](https://coveralls.io/github/nodejs/core-validate-commit?branch=master) Validate the commit message for a particular commit in node core From 822354f8b26a47bb409bff3bc9587598254fc410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sun, 18 Nov 2018 17:00:42 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b69fd82..4a89a3e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # core-validate-commit [![Build Status](https://travis-ci.org/nodejs/core-validate-commit.svg)](https://travis-ci.org/nodejs/core-validate-commit) -[![Coverage Status](https://coveralls.io/repos/nodejs/core-validate-commit/badge.svg?branch=master&service=github)](https://coveralls.io/github/nodejs/core-validate-commit?branch=master) +[![Coverage Status](https://coveralls.io/repos/evanlucas/core-validate-commit/badge.svg?branch=master&service=github)](https://coveralls.io/github/evanlucas/core-validate-commit?branch=master) Validate the commit message for a particular commit in node core