Skip to content

Commit 7b35af1

Browse files
committed
readme - update links to jscs
1 parent b54e3ea commit 7b35af1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gulp-jscs [![Build Status](https://travis-ci.org/jscs-dev/gulp-jscs.svg?branch=master)](https://travis-ci.org/jscs-dev/gulp-jscs)
22

3-
> Check JavaScript code style with [jscs](https://github.com/jscs-dev/node-jscs)
3+
> Check JavaScript code style with [jscs](http://jscs.info)
44
55
![](screenshot.png)
66

@@ -54,9 +54,9 @@ A `jscs` object will be attached to the file object which can be used for custom
5454

5555
Type: `object`
5656

57-
See the jscs [options](https://github.com/jscs-dev/node-jscs#options).
57+
See the jscs [options](http://jscs.info/overview.html#options).
5858

59-
Alternatively you can set the `configPath` *(default: `'.jscsrc'`)* option to the path of a [.jscsrc](https://github.com/jscs-dev/node-jscs#configuration) file.
59+
Alternatively you can set the `configPath` *(default: `'.jscsrc'`)* option to the path of a [.jscsrc](http://jscs.info/rules.html) file.
6060

6161
Set `esnext: true` if you want your code to be parsed as ES6 using the harmony
6262
version of the esprima parser.

0 commit comments

Comments
 (0)