From 0ade5242551ca8b59a9f20a530250c3bf07b35fc Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Fri, 1 Dec 2017 00:20:27 -0500 Subject: [PATCH] Update Mocha link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7ba7dd..beb9c7b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ For more information (including an installation guide), see the [docs](https://g ## Contributing Patches welcome, just make sure there are matching unit tests. Tests use -[mocha](http://visionmedia.github.com/mocha/) with [expect.js](https://github.com/LearnBoost/expect.js). To install, just `cd` into the directory and run `npm install`. +[mocha](http://mochajs.org/) with [expect.js](https://github.com/LearnBoost/expect.js). To install, just `cd` into the directory and run `npm install`. ## License @@ -43,4 +43,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE.