Skip to content

Commit f66b57f

Browse files
author
tunnckoCore
committed
update badges, links
1 parent 7bcf4c4 commit f66b57f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [![npm versi][npmjs-img]][npmjs-url] [![mit license][license-img]][license-url] [![build status][travis-img]][travis-url] [![coveralls img][coveralls-img]][coveralls-url] [![deps status][daviddm-img]][daviddm-url]
1+
## [![npm version][npmjs-img]][npmjs-url] [![standard style][standard-img]][standard-url] [![build status][travis-img]][travis-url] [![coveralls img][coveralls-img]][coveralls-url] [![deps status][daviddm-img]][daviddm-url]
22

33
> 100% twitter compatible `@mentions` regex! Regular expression for matching `@username` mentions, as used on twitter, facebook, github, etc.
44
@@ -71,7 +71,7 @@ Released under the [`MIT`][license-url] license.
7171
[coveralls-url]: https://coveralls.io/r/regexps/mentions-regex?branch=master
7272
[coveralls-img]: https://img.shields.io/coveralls/regexps/mentions-regex.svg?style=flat
7373

74-
[license-url]: https://github.com/regexps/mentions-regex/blob/master/license.md
74+
[license-url]: https://github.com/regexps/mentions-regex/blob/master/LICENSE.md
7575
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat
7676

7777
[travis-url]: https://travis-ci.org/regexps/mentions-regex
@@ -88,12 +88,12 @@ Released under the [`MIT`][license-url] license.
8888
[contrib-more]: http://j.mp/1stW47C
8989
[contrib-graf]: https://github.com/regexps/mentions-regex/graphs/contributors
9090

91-
[regexps-url]: https://github.com/regexps
92-
[regexps-img]: http://img.shields.io/badge/regexps-approved-brightgreen.svg?style=flat
91+
[standard-url]: https://github.com/feross/standard
92+
[standard-img]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat
9393

9494
***
9595

96-
_Proudly generated by [docks(1)](https://github.com/tunnckoCore) on May 3, 2015_
96+
_Proudly generated by [docks(1)](https://github.com/tunnckoCore) on May 4, 2015_
9797

9898

9999

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
"license": {
3636
"type": "MIT",
37-
"url": "https://github.com/regexps/mentions-regex/blob/master/license.md"
37+
"url": "https://github.com/regexps/mentions-regex/blob/master/LICENSE.md"
3838
},
3939
"dependencies": {},
4040
"devDependencies": {

0 commit comments

Comments
 (0)