From 0e8fe7f3cf010d9451ff891298e09b6776712c4b Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Thu, 18 May 2017 11:07:04 -0400 Subject: [PATCH] Update Mocha link --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 70e99b4..f26e584 100644 --- a/readme.md +++ b/readme.md @@ -27,7 +27,7 @@ $ node server.js #### Tests By default, the tests will run on localhost port 3030. Run the tests with -[mocha](https://visionmedia.github.io/mocha/): +[mocha](http://mochajs.org/): ``` $ cd mongo-metadata-server $ mocha test @@ -187,4 +187,4 @@ resourceType: "record" or "harvest" (name of collection you wish to query) Response: * **200** if MongoDB collection is successfully deleted. -* **500** for any kind of error. \ No newline at end of file +* **500** for any kind of error.