From 0aed1ff38f1138ea84a1f1d3e5316afaed36533e Mon Sep 17 00:00:00 2001 From: Benji Marinacci Date: Sat, 21 May 2016 13:49:00 -0700 Subject: [PATCH] Update badge urls --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f17e12..90933e5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![NPM Version][npm-image]][npm-url] [![Build Status][circleci-image]][circleci-url] -[![Coverage Status][codecov-image]][codecov-url] +[![Coverage Status][coveralls-image]][coveralls-url] > Remove leading and/or trailing spaces and tabs from each line of a string @@ -68,6 +68,6 @@ MIT [npm-image]: https://img.shields.io/npm/v/trim-whitespace.svg?style=flat-square [npm-url]: https://www.npmjs.com/package/trim-whitespace [circleci-image]: https://img.shields.io/circleci/project/bcmarinacci/trim-whitespace/master.svg?style=flat-square -[circleci-url]: https://circleci.com/gh/bcmarinacci/trim-whitespace -[codecov-image]: https://img.shields.io/codecov/c/github/bcmarinacci/trim-whitespace/master.svg?style=flat-square -[codecov-url]: https://codecov.io/gh/bcmarinacci/trim-whitespace +[circleci-url]: https://circleci.com/gh/bcmarinacci/trim-whitespace/tree/master +[coveralls-image]: https://img.shields.io/coveralls/bcmarinacci/trim-whitespace/master.svg?style=flat-square +[coveralls-url]: https://coveralls.io/github/bcmarinacci/trim-whitespace?branch=master