Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit cbdf721

Browse files
committed
Update in-packages documentation
1 parent a0b4dcc commit cbdf721

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

packages/hermes-adaptor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#### Listen to the outside world 🌍 from your bedroom 🛌,
44
##### 📡 HTTP request forwarding with no hassle
55

6-
**Please refer to [Hermes documentation](https://github.com/chance-get-yours/hermes) for more information.**
6+
**Please refer to [Hermes documentation](https://github.com/nclsndr/hermes#hermes) for more information.**

packages/hermes-adaptor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "1.0.0",
44
"description": "Link between Hermes Bridge and the local server",
55
"main": "lib/index.js",
6-
"homepage": "https://github.com/chance-get-yours/hermes",
6+
"homepage": "https://github.com/nclsndr/hermes",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/chance-get-yours/hermes"
9+
"url": "https://github.com/nclsndr/hermes"
1010
},
1111
"bugs": {
12-
"url": "https://github.com/chance-get-yours/hermes/issues",
12+
"url": "https://github.com/nclsndr/hermes/issues",
1313
"email": "[email protected]"
1414
},
1515
"author": "nclsndr <[email protected]>",

packages/hermes-backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#### Listen to the outside world 🌍 from your bedroom 🛌,
44
##### 📡 HTTP request forwarding with no hassle
55

6-
**Please refer to [Hermes documentation](https://github.com/chance-get-yours/hermes) for more information.**
6+
**Please refer to [Hermes documentation](https://github.com/nclsndr/hermes#hermes) for more information.**

packages/hermes-backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "1.0.0",
44
"description": "Provide the logic for running Hermes dashboard",
55
"main": "lib/index.js",
6-
"homepage": "https://github.com/chance-get-yours/hermes",
6+
"homepage": "https://github.com/nclsndr/hermes",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/chance-get-yours/hermes"
9+
"url": "https://github.com/nclsndr/hermes"
1010
},
1111
"bugs": {
12-
"url": "https://github.com/chance-get-yours/hermes/issues",
12+
"url": "https://github.com/nclsndr/hermes/issues",
1313
"email": "[email protected]"
1414
},
1515
"author": "nclsndr <[email protected]>",

packages/hermes-bridge/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#### Listen to the outside world 🌍 from your bedroom 🛌,
44
##### 📡 HTTP request forwarding with no hassle
55

6-
**Please refer to [Hermes documentation](https://github.com/chance-get-yours/hermes) for more information.**
6+
**Please refer to [Hermes documentation](https://github.com/nclsndr/hermes#hermes) for more information.**

packages/hermes-bridge/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "1.0.0",
44
"description": "Link between the provider and the Hermes Adaptor",
55
"main": "lib/index.js",
6-
"homepage": "https://github.com/chance-get-yours/hermes",
6+
"homepage": "https://github.com/nclsndr/hermes",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/chance-get-yours/hermes"
9+
"url": "https://github.com/nclsndr/hermes"
1010
},
1111
"bugs": {
12-
"url": "https://github.com/chance-get-yours/hermes/issues",
12+
"url": "https://github.com/nclsndr/hermes/issues",
1313
"email": "[email protected]"
1414
},
1515
"author": "nclsndr <[email protected]>",

packages/hermes-dashboard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#### Listen to the outside world 🌍 from your bedroom 🛌,
44
##### 📡 HTTP request forwarding with no hassle
55

6-
**Please refer to [Hermes documentation](https://github.com/chance-get-yours/hermes) for more information.**
6+
**Please refer to [Hermes documentation](https://github.com/nclsndr/hermes#hermes) for more information.**

packages/hermes-dashboard/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "hermes-dashboard",
33
"version": "1.0.0",
44
"description": "Hermes dashboard front-end",
5-
"homepage": "https://github.com/chance-get-yours/hermes",
5+
"homepage": "https://github.com/nclsndr/hermes",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/chance-get-yours/hermes"
8+
"url": "https://github.com/nclsndr/hermes"
99
},
1010
"bugs": {
11-
"url": "https://github.com/chance-get-yours/hermes/issues",
11+
"url": "https://github.com/nclsndr/hermes/issues",
1212
"email": "[email protected]"
1313
},
1414
"author": "nclsndr <[email protected]>",

packages/hermes-utils/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#### Listen to the outside world 🌍 from your bedroom 🛌,
44
##### 📡 HTTP request forwarding with no hassle
55

6-
**Please refer to [Hermes documentation](https://github.com/chance-get-yours/hermes) for more information.**
6+
**Please refer to [Hermes documentation](https://github.com/nclsndr/hermes#hermes) for more information.**

packages/hermes-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "1.0.0",
44
"description": "Hermes packages shared resources and utils",
55
"main": "lib/index.js",
6-
"homepage": "https://github.com/chance-get-yours/hermes",
6+
"homepage": "https://github.com/nclsndr/hermes",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/chance-get-yours/hermes"
9+
"url": "https://github.com/nclsndr/hermes"
1010
},
1111
"bugs": {
12-
"url": "https://github.com/chance-get-yours/hermes/issues",
12+
"url": "https://github.com/nclsndr/hermes/issues",
1313
"email": "[email protected]"
1414
},
1515
"author": "nclsndr <[email protected]>",

0 commit comments

Comments
 (0)