Skip to content

Commit f483fc8

Browse files
committed
Update URLs to new location
1 parent b5f6dca commit f483fc8

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

CONTRIBUTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Bugs
1818
----
1919

2020
If you found an error, typo or any other flaw in the project,
21-
please report about it using [GitHub Issues](https://github.com/zxqfox/jscs-jsdoc/issues).
21+
please report about it using [GitHub Issues](https://github.com/jscs-dev/jscs-jsdoc/issues).
2222
The more details you provide, the easier it could be reproduced and the faster it could be fixed.
2323
Unfortunately, sometimes the bug can only be reproduced in your project or in your environment,
2424
so maintainers cannot reproduce it. In this case we believe you can fix the bug and send us the fix.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# jscs-jsdoc
2-
[![Build Status](https://secure.travis-ci.org/zxqfox/jscs-jsdoc.svg?branch=master)](http://travis-ci.org/zxqfox/jscs-jsdoc)
2+
[![Build Status](https://secure.travis-ci.org/jscs-dev/jscs-jsdoc.svg?branch=master)](http://travis-ci.org/jscs-dev/jscs-jsdoc)
33
[![NPM version](https://badge.fury.io/js/jscs-jsdoc.png)](http://badge.fury.io/js/jscs-jsdoc)
4-
[![Dependency Status](https://david-dm.org/zxqfox/jscs-jsdoc.png)](https://david-dm.org/zxqfox/jscs-jsdoc)
4+
[![Dependency Status](https://david-dm.org/jscs-dev/jscs-jsdoc.png)](https://david-dm.org/jscs-dev/jscs-jsdoc)
55

6-
`jsdoc` plugin for [jscs](https://github.com/mdevils/node-jscs/).
6+
`jsdoc` plugin for [jscs](https://github.com/jscs-dev/node-jscs/).
77

88
## Friendly packages
99

10-
* JSCS: https://github.com/mdevils/node-jscs/
10+
* JSCS: https://github.com/jscs-dev/node-jscs/
1111

1212
## Plugin installation
1313

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"description": "JSCS jsdoc plugin",
55
"version": "0.0.9",
66
"main": "lib/index",
7-
"homepage": "https://github.com/zxqfox/jscs-jsdoc",
7+
"homepage": "https://github.com/jscs-dev/jscs-jsdoc",
88
"license": "MIT",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/zxqfox/jscs-jsdoc"
11+
"url": "https://github.com/jscs-dev/jscs-jsdoc"
1212
},
1313
"bugs": {
14-
"url": "https://github.com/zxqfox/jscs-jsdoc/issues"
14+
"url": "https://github.com/jscs-dev/jscs-jsdoc/issues"
1515
},
1616
"contributors": [
1717
"Alexej Yaroshevich <[email protected]>"
@@ -46,7 +46,7 @@
4646
"licenses": [
4747
{
4848
"type": "MIT",
49-
"url": "http://github.com/zxqfox/jscs-jsdoc/raw/master/LICENSE"
49+
"url": "http://github.com/jscs-dev/jscs-jsdoc/raw/master/LICENSE"
5050
}
5151
]
5252
}

0 commit comments

Comments
 (0)