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:
Robert Metcalf 2025-05-16 19:00:39 +01:00 committed by GitHub
parent f0578a506d
commit 916676a45c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,7 +101,7 @@ If successfully sent, the API will return the following response:
## GET `/_synapse/admin/v1/register` ## 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. guidance on configuring and using this endpoint.
## GET `/_matrix/client/v3/admin/whois/{userId}` ## GET `/_matrix/client/v3/admin/whois/{userId}`