Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-07-28 12:22:18 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-07-28 12:22:18 +0300
commitcf9f3d653e9a3cc238d463526fc6203e6ae96b52 (patch)
tree2e2450aa9acc5e9b96a96babe1a9e59442466ca5
parent6d38ee4547115f0c5c2ef266b9493b28141e0d54 (diff)
README.md: fix badges.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c75d74c..7933f46 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,10 @@
> A Grunt wrapper for [Bootlint](https://www.npmjs.org/package/bootlint), the HTML linter for [Bootstrap](http://getbootstrap.com) projects
[![NPM version](https://img.shields.io/npm/v/grunt-bootlint.svg)](https://www.npmjs.com/package/grunt-bootlint)
-[![Build Status](https://img.shields.io/travis/twbs/grunt-bootlint.svg?branch=master)](https://travis-ci.org/twbs/grunt-bootlint)
+[![Build Status](https://img.shields.io/travis/twbs/grunt-bootlint/master.svg)](https://travis-ci.org/twbs/grunt-bootlint)
[![MIT License](https://img.shields.io/npm/l/grunt-bootlint.svg)](https://github.com/twbs/grunt-bootlint/blob/master/LICENSE)
[![Dependency Status](https://img.shields.io/david/twbs/grunt-bootlint.svg)](https://david-dm.org/twbs/grunt-bootlint)
-[![devDependency Status](https://img.shields.io/david/dev/twbs/grunt-bootlint.svg)](https://david-dm.org/twbs/grunt-bootlint#info=devDependencies)
+[![devDependency Status](https://img.shields.io/david/dev/twbs/grunt-bootlint.svg)](https://david-dm.org/twbs/grunt-bootlint?type=dev)
## Getting Started