Skip to content

Commit 0d8d9c9

Browse files
committed
Update external reference to matrix synapse to point to new https://matrix-org.github.io -> https://element-hq.github.io domain after synapse 1.98 inside setup documentation
Signed-off-by: Frank Lanitz <[email protected]>
1 parent 2763801 commit 0d8d9c9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog.d/961.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update a link in documentation to reflect changes in organisation of Matrix Synapse upstream project.

docs/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Copy `registration.sample.yml` into `registration.yml` and fill in:
7272
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.
7373

7474
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).
7676

7777
### Homeserver Configuration
7878

@@ -235,7 +235,7 @@ This will pass all requests at `/widgetapi` to Hookshot.
235235
In terms of API endpoints:
236236

237237
- 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`.
239239
- The `metrics` resource handles resources under `/metrics`.
240240
- The `provisioning` resource handles resources under `/v1/...`.
241241
- The `widgets` resource handles resources under `/widgetapi/v1...`. This may only be bound to **one** listener at present.

0 commit comments

Comments
 (0)