summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrennan Chapman <chapb@users.noreply.github.com>2022-11-21 06:40:25 -0500
committerGitHub <noreply@github.com>2022-11-21 12:40:25 +0100
commit640cb3c81c927535a18b85c49a1cc2d856d03c2e (patch)
treea7abb733bfeca98278581be67ddd647c9096da5f
parentBump serde_json from 1.0.87 to 1.0.88 (#14505) (diff)
downloadsynapse-640cb3c81c927535a18b85c49a1cc2d856d03c2e.tar.xz
Fix broken admin API request recommendation link (#14499)
Signed-off-by: Brennan Chapman <brennan@chapmanb.com>
-rw-r--r--changelog.d/14499.doc1
-rw-r--r--docs/usage/administration/admin_api/README.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/14499.doc b/changelog.d/14499.doc
new file mode 100644
index 0000000000..34ea57ef43
--- /dev/null
+++ b/changelog.d/14499.doc
@@ -0,0 +1 @@
+Fixed link to 'Synapse administration endpoints'.
diff --git a/docs/usage/administration/admin_api/README.md b/docs/usage/administration/admin_api/README.md
index f11e0b19a6..c00de2dd44 100644
--- a/docs/usage/administration/admin_api/README.md
+++ b/docs/usage/administration/admin_api/README.md
@@ -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.