Skip to content

Commit e0e6f0b

Browse files
committed
docs: rename github owner to corporate sponsor to match npm scope
1 parent 3f7b2f4 commit e0e6f0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/md/docs/reporters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Following events are emitted on the launcher object
5959
- test skip
6060
- end (Indicates the end of a suite)
6161

62-
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)
62+
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)
6363

6464
### Reporter options ###
6565

@@ -90,5 +90,5 @@ A sample REST-EZ invocation would look like:
9090

9191

9292
```bash
93-
./node_modules/.bin/just-api --reporter html,json --reporter-options jsonReportDir=reports,jsonReportName=json-report,htmlReportDir=reports,htmlReportName=html-report,logRequests
93+
./node_modules/.bin/just-api --reporter html,json --reporter-options jsonReportDir=reports,jsonReportName=json-report,htmlReportDir=reports,htmlReportName=html-report,logRequests
9494
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@blossomfinance/rest-ez",
33
"version": "1.5.0",
44
"description": "Easy, spec based API test framework for HTTP APIs (REST, GraphQL)",
5-
"homepage": "https://matmar10.github.io/rest-ez/",
5+
"homepage": "https://blossomfinance.github.io/rest-ez/",
66
"keywords": [
77
"API",
88
"mocha",
@@ -30,7 +30,7 @@
3030
"license": "MIT",
3131
"repository": {
3232
"type": "git",
33-
"url": "https://github.com/matmar10/rest-ez.git"
33+
"url": "https://github.com/blossomfinance/rest-ez.git"
3434
},
3535
"engines": {
3636
"node": ">=7.10.0",

0 commit comments

Comments
 (0)