mirror of
https://github.com/element-hq/dendrite.git
synced 2025-09-13 12:52:24 +03:00
Update 4_adminapi.md (#3552)
Link to create users page is broken. This fixes it. ### Pull Request Checklist <!-- Please read https://matrix-org.github.io/dendrite/development/contributing before submitting your pull request --> * [ ] I have added Go unit tests or [Complement integration tests](https://github.com/matrix-org/complement) for this PR _or_ I have justified why this PR doesn't need tests * [x] Pull request includes a [sign off below](https://element-hq.github.io/dendrite/development/contributing#sign-off) _or_ I have already signed off privately Note - no reason to change Go unit tests when I am just altering documentation. Signed-off-by: `Robert Metcalf <rmetcalf9@googlemail.com>` Co-authored-by: Till <2353100+S7evinK@users.noreply.github.com>
This commit is contained in:
parent
f0578a506d
commit
916676a45c
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ If successfully sent, the API will return the following response:
|
|||
|
||||
## GET `/_synapse/admin/v1/register`
|
||||
|
||||
Shared secret registration — please see the [user creation page](createusers) for
|
||||
Shared secret registration — please see the [user creation page](1_createusers.md) for
|
||||
guidance on configuring and using this endpoint.
|
||||
|
||||
## GET `/_matrix/client/v3/admin/whois/{userId}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue