mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
Fix broken admin API request recommendation link (#14499)
Signed-off-by: Brennan Chapman <brennan@chapmanb.com>
This commit is contained in:
parent
22036f038e
commit
640cb3c81c
2 changed files with 2 additions and 1 deletions
1
changelog.d/14499.doc
Normal file
1
changelog.d/14499.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Fixed link to 'Synapse administration endpoints'.
|
|
@ -19,7 +19,7 @@ already on your `$PATH` depending on how Synapse was installed.
|
|||
Finding your user's `access_token` is client-dependent, but will usually be shown in the client's settings.
|
||||
|
||||
## Making an Admin API request
|
||||
For security reasons, we [recommend](reverse_proxy.md#synapse-administration-endpoints)
|
||||
For security reasons, we [recommend](../../../reverse_proxy.md#synapse-administration-endpoints)
|
||||
that the Admin API (`/_synapse/admin/...`) should be hidden from public view using a
|
||||
reverse proxy. This means you should typically query the Admin API from a terminal on
|
||||
the machine which runs Synapse.
|
||||
|
|
Loading…
Reference in a new issue