summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-10-17 12:10:01 +0100
committerGitHub <noreply@github.com>2022-10-17 12:10:01 +0100
commitcd01a1d3b56c7f8229ca28ac1121200105dcb9d9 (patch)
tree68067878a76cec9201bb66be5700635904d4a8cf
parentRemove not needed `replication` listener in docker compose example (#14107) (diff)
downloadsynapse-cd01a1d3b56c7f8229ca28ac1121200105dcb9d9.tar.xz
Fix dead link to admin registration API (#14189)
* Fix dead link to admin registration API

* Changelog
-rw-r--r--changelog.d/14189.doc1
-rw-r--r--docs/usage/configuration/config_documentation.md2
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/14189.doc b/changelog.d/14189.doc
new file mode 100644
index 0000000000..6c7e556ad9
--- /dev/null
+++ b/changelog.d/14189.doc
@@ -0,0 +1 @@
+Fix dead link to the [Admin Registration API](https://matrix-org.github.io/synapse/latest/admin_api/register_api.html).
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md
index 2fbf3ea07c..7c91a3ac4e 100644
--- a/docs/usage/configuration/config_documentation.md
+++ b/docs/usage/configuration/config_documentation.md
@@ -2088,7 +2088,7 @@ set.
 
 This is primarily intended for use with the `register_new_matrix_user` script
 (see [Registering a user](../../setup/installation.md#registering-a-user));
-however, the interface is [documented](../admin_api/register_api.html).
+however, the interface is [documented](../../admin_api/register_api.html).
 
 See also [`registration_shared_secret_path`](#registration_shared_secret_path).