Fix the cross-link from register admin API to config docs. (#13870)

This commit is contained in:
Patrick Cloke
2022-09-22 09:11:50 -04:00
committed by GitHub
parent b7272b73aa
commit 8c3dcdf1b9
2 changed files with 2 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ non-interactive way. This is generally used for bootstrapping a Synapse
instance with administrator accounts.
To authenticate yourself to the server, you will need both the shared secret
([`registration_shared_secret`](../configuration/config_documentation.md#registration_shared_secret)
([`registration_shared_secret`](../usage/configuration/config_documentation.md#registration_shared_secret)
in the homeserver configuration), and a one-time nonce. If the registration
shared secret is not configured, this API is not enabled.