Skip to content

Commit

Permalink
Update jsdoc3 GitHub URL
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Dec 3, 2012
1 parent be22b0f commit 1955fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ task jshintjs(type: com.eriwen.gradle.js.tasks.JsHintTask) {
}
```

**[JSDoc 3](https://github.com/micmath/jsdoc) support**
**[JSDoc 3](https://github.com/jsdoc3/jsdoc) support**
```groovy
task jsdocjs(type: com.eriwen.gradle.js.tasks.JsDocTask) {
source = ["${projectDir}/js/file1.js", "${projectDir}/js/file2.js"]
Expand Down

0 comments on commit 1955fc0

Please sign in to comment.