Skip to content

Commit

Permalink
Fix links to mocha website
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Jun 20, 2015
1 parent 827c076 commit 928bde9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
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
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 928bde9

Please sign in to comment.