You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/setup.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ Copy `registration.sample.yml` into `registration.yml` and fill in:
72
72
At a minimum, you will need to replace the `as_token` and `hs_token` and change the domain part of the namespaces. The sample config can be also found at our [github repo](https://raw.githubusercontent.com/matrix-org/matrix-hookshot/main/registration.sample.yml) for your convienence.
73
73
74
74
You will need to link the registration file to the homeserver. Consult your homeserver documentation
75
-
on how to add appservices. [Synapse documents the process here](https://matrix-org.github.io/synapse/latest/application_services.html).
75
+
on how to add appservices. [Synapse documents the process here](https://element-hq.github.io/synapse/latest/application_services.html).
76
76
77
77
### Homeserver Configuration
78
78
@@ -235,7 +235,7 @@ This will pass all requests at `/widgetapi` to Hookshot.
235
235
In terms of API endpoints:
236
236
237
237
- The `webhooks` resource handles resources under `/`, so it should be on its own listener.
238
-
Note that OAuth requests also go through this listener. Previous versions of the bridge listened for requests on `/` rather than `/webhook`. While this behaviour will continue to work, administators are advised to use `/webhook`.
238
+
Note that OAuth requests also go through this listener. Previous versions of the bridge listened for requests on `/` rather than `/webhook`. While this behaviour will continue to work, administators are advised to use `/webhook`.
239
239
- The `metrics` resource handles resources under `/metrics`.
240
240
- The `provisioning` resource handles resources under `/v1/...`.
241
241
- The `widgets` resource handles resources under `/widgetapi/v1...`. This may only be bound to **one** listener at present.
0 commit comments