Fix dead link to admin registration API (#14189)
* Fix dead link to admin registration API * Changelog
This commit is contained in:
parent
1eb8dcf4c9
commit
cd01a1d3b5
|
@ -0,0 +1 @@
|
|||
Fix dead link to the [Admin Registration API](https://matrix-org.github.io/synapse/latest/admin_api/register_api.html).
|
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue