From 46dc7674a57a4e5fdfe04b739bdc1c059ecf17d5 Mon Sep 17 00:00:00 2001 From: Robert Metcalf Date: Tue, 1 Apr 2025 14:08:09 +0100 Subject: [PATCH] Update 4_adminapi.md Link to create users page is broken. This fixes it. --- docs/administration/4_adminapi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/administration/4_adminapi.md b/docs/administration/4_adminapi.md index 40d02622b..56b4fad50 100644 --- a/docs/administration/4_adminapi.md +++ b/docs/administration/4_adminapi.md @@ -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}`