Skip to content

Commit 2efaaf3

Browse files
authored
Merge pull request #4 from HarHarLinks/patch-1
Update README.md
2 parents af26080 + 5a822a5 commit 2efaaf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To send a notice or emote, add `"msgtype" : "notice"` or `"msgtype" : "emote"` i
3030
1. Clone this repository and install the dependencies
3131

3232
```
33-
git clone http://github.com/turt2live/matrix-appservice-webhooks
33+
git clone http://github.com/redoonetworks/matrix-appservice-webhooks
3434
cd matrix-appservice-webhooks
3535
npm install
3636
```
@@ -72,7 +72,7 @@ The bridge should start working shortly afterwards.
7272
A Docker image of the bridge is available to host the bridge yourself. The image can be built yourself with `docker build -t matrix-appservice-webhooks .` or you can use the image on docker.io:
7373

7474
```
75-
docker run -p 9000:9000 -v /path/to/webhooks/dir:/data turt2live/matrix-appservice-webhooks
75+
docker run -p 9000:9000 -v /path/to/webhooks/dir:/data redoonetworks/matrix-appservice-webhooks
7676
```
7777

7878
The `/path/to/webhooks/dir` should have an `appservice-registration-webhooks.yaml` file, `config.yaml`, and `database.json`. Additional bridge-related data will be stored here.

0 commit comments

Comments
 (0)