Skip to content
Snippets Groups Projects
Unverified Commit 640cb3c8 authored by Brennan Chapman's avatar Brennan Chapman Committed by GitHub
Browse files

Fix broken admin API request recommendation link (#14499)

parent 22036f03
No related branches found
No related tags found
No related merge requests found
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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment