Skip to content

Commit

Permalink
Merge pull request #16 from lo1tuma/doc-mocha-links
Browse files Browse the repository at this point in the history
Fix links to mocha website
  • Loading branch information
Alexander Schmidt committed Jun 21, 2015
2 parents 6e26700 + 928bde9 commit 37e14da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# eslint-plugin-mocha

ESLint rules for [mocha](http://visionmedia.github.io/mocha/).
ESLint rules for [mocha](http://mochajs.org/).

## Install and configure

Expand Down
2 changes: 1 addition & 1 deletion docs/rules/no-exclusive-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ test.skip("bar", function () {});

## Further Reading

* [Exclusive Tests](http://visionmedia.github.io/mocha/#exclusive-tests)
* [Exclusive Tests](http://mochajs.org/#exclusive-tests)

0 comments on commit 37e14da

Please sign in to comment.