diff --git a/docs/md/docs/reporters.md b/docs/md/docs/reporters.md index 227c76e..f471f14 100644 --- a/docs/md/docs/reporters.md +++ b/docs/md/docs/reporters.md @@ -59,7 +59,7 @@ Following events are emitted on the launcher object - test skip - end (Indicates the end of a suite) -If you are looking to write a custom reporter, take a look at REST-EZ's [JSON Reporter](https://github.com/matmar10/rest-ez/blob/master/lib/reporters/json.js) +If you are looking to write a custom reporter, take a look at REST-EZ's [JSON Reporter](https://github.com/blossomfinance/rest-ez/blob/master/lib/reporters/json.js) ### Reporter options ### @@ -90,5 +90,5 @@ A sample REST-EZ invocation would look like: ```bash -./node_modules/.bin/just-api --reporter html,json --reporter-options jsonReportDir=reports,jsonReportName=json-report,htmlReportDir=reports,htmlReportName=html-report,logRequests +./node_modules/.bin/just-api --reporter html,json --reporter-options jsonReportDir=reports,jsonReportName=json-report,htmlReportDir=reports,htmlReportName=html-report,logRequests ``` diff --git a/package.json b/package.json index c40b69e..a8f4ae6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@blossomfinance/rest-ez", "version": "1.5.0", "description": "Easy, spec based API test framework for HTTP APIs (REST, GraphQL)", - "homepage": "https://matmar10.github.io/rest-ez/", + "homepage": "https://blossomfinance.github.io/rest-ez/", "keywords": [ "API", "mocha", @@ -30,7 +30,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/matmar10/rest-ez.git" + "url": "https://github.com/blossomfinance/rest-ez.git" }, "engines": { "node": ">=7.10.0",