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

Commit 9ac4501

Browse files
chapbH-Shay
authored andcommitted
Fix broken admin API request recommendation link (#14499)
Signed-off-by: Brennan Chapman <[email protected]>
1 parent 7233e4b commit 9ac4501

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/14499.doc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed link to 'Synapse administration endpoints'.

docs/usage/administration/admin_api/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ already on your `$PATH` depending on how Synapse was installed.
1919
Finding your user's `access_token` is client-dependent, but will usually be shown in the client's settings.
2020

2121
## Making an Admin API request
22-
For security reasons, we [recommend](reverse_proxy.md#synapse-administration-endpoints)
22+
For security reasons, we [recommend](../../../reverse_proxy.md#synapse-administration-endpoints)
2323
that the Admin API (`/_synapse/admin/...`) should be hidden from public view using a
2424
reverse proxy. This means you should typically query the Admin API from a terminal on
2525
the machine which runs Synapse.

0 commit comments

Comments
 (0)