Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix dead link to admin registration API (#14189)
Browse files Browse the repository at this point in the history
* Fix dead link to admin registration API

* Changelog
  • Loading branch information
David Robertson authored Oct 17, 2022
1 parent 1eb8dcf commit cd01a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/14189.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix dead link to the [Admin Registration API](https://matrix-org.github.io/synapse/latest/admin_api/register_api.html).
2 changes: 1 addition & 1 deletion docs/usage/configuration/config_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit cd01a1d

Please sign in to comment.