Skip to content

Commit 1bb53a3

Browse files
authored
Merge pull request #86 from blgm/patch-1
Change feross -> standard where appropriate
2 parents bff0a4b + be08c64 commit 1bb53a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# eslint-config-standard [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
22

3-
[travis-image]: https://img.shields.io/travis/feross/eslint-config-standard/master.svg
4-
[travis-url]: https://travis-ci.org/feross/eslint-config-standard
3+
[travis-image]: https://img.shields.io/travis/standard/eslint-config-standard/master.svg
4+
[travis-url]: https://travis-ci.org/standard/eslint-config-standard
55
[npm-image]: https://img.shields.io/npm/v/eslint-config-standard.svg
66
[npm-url]: https://npmjs.org/package/eslint-config-standard
77
[downloads-image]: https://img.shields.io/npm/dm/eslint-config-standard.svg
@@ -11,7 +11,7 @@
1111

1212
#### An ESLint [Shareable Config](http://eslint.org/docs/developer-guide/shareable-configs) for [JavaScript Standard Style](http://standardjs.com)
1313

14-
[![JavaScript Style Guide - Standard Style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](http://standardjs.com)
14+
[![JavaScript Style Guide - Standard Style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](http://standardjs.com)
1515

1616
## Install
1717

@@ -59,10 +59,10 @@ to quickly check your style.
5959
Use this in one of your projects? Include one of these badges in your readme to
6060
let people know that your code is using the standard style.
6161

62-
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](http://standardjs.com)
62+
[![js-standard-style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](http://standardjs.com)
6363

6464
```markdown
65-
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](http://standardjs.com)
65+
[![js-standard-style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](http://standardjs.com)
6666
```
6767

6868
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com)

0 commit comments

Comments
 (0)