Skip to content

Commit 3d83901

Browse files
authored
Update badge urls
1 parent d7716d8 commit 3d83901

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# htmlhint-loader
22

3-
> A webpack loader for htmlhint
4-
53
[![npm version](https://badge.fury.io/js/htmlhint-loader.svg)](http://badge.fury.io/js/htmlhint-loader)
6-
[![Build Status](https://travis-ci.org/mattlewis92/htmlhint-loader.svg)](https://travis-ci.org/mattlewis92/htmlhint-loader)
7-
[![codecov](https://codecov.io/gh/mattlewis92/htmlhint-loader/branch/master/graph/badge.svg)](https://codecov.io/gh/mattlewis92/htmlhint-loader)
4+
[![Build Status](https://travis-ci.org/mattlewis92/htmlhint-loader.svg)](https://travis-ci.org/thedaviddias/htmlhint-loader)
5+
[![codecov](https://codecov.io/gh/thedaviddias/htmlhint-loader/branch/master/graph/badge.svg)](https://codecov.io/gh/thedaviddias/htmlhint-loader)
86
[![Dependency Status](https://david-dm.org/mattlewis92/htmlhint-loader.svg)](https://david-dm.org/mattlewis92/htmlhint-loader)
9-
[![devDependency Status](https://david-dm.org/mattlewis92/htmlhint-loader/dev-status.svg)](https://david-dm.org/mattlewis92/htmlhint-loader?type=dev)
7+
[![devDependency Status](https://david-dm.org/thedaviddias/htmlhint-loader/dev-status.svg)](https://david-dm.org/thedaviddias/htmlhint-loader?type=dev)
8+
9+
> A webpack loader for htmlhint
1010
1111
## Install
1212

@@ -31,7 +31,7 @@ module.exports = {
3131

3232
### Options
3333

34-
You can directly pass some [htmlhint rules](https://github.com/yaniswang/HTMLHint/wiki/Rules) by
34+
You can directly pass some [htmlhint rules](https://github.com/thedaviddias/HTMLHint/wiki/Rules) by
3535

3636
- Adding a query string to the loader for this loader usage only
3737

0 commit comments

Comments
 (0)