From d617f4247c75f4f3b78a4e2b3a445d59173280de Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 10 Nov 2024 19:28:27 +0900 Subject: [PATCH] Update docs/registering-users.md: fix broken anchor links The anchor link has stopped working with 30c53cdea2055bf2ab6e7727a0a12295d9ba9eab. Signed-off-by: Suguru Hirahara --- docs/registering-users.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/registering-users.md b/docs/registering-users.md index c5985ab49..20a4c0a67 100644 --- a/docs/registering-users.md +++ b/docs/registering-users.md @@ -42,7 +42,7 @@ ansible-playbook -i inventory/hosts setup.yml --extra-vars='username= @@ -52,7 +52,7 @@ If you're using the [Synapse](configuring-playbook-synapse.md) homeserver implem ### Registering users manually for Dendrite -If you're using the [Dendrite](./configuring-playbook-dendrite.md) homeserver implementation, you can register users via the command-line after **SSH**-ing to your server (requires that [all services have been started](#starting-the-services)): +If you're using the [Dendrite](./configuring-playbook-dendrite.md) homeserver implementation, you can register users via the command-line after **SSH**-ing to your server (requires that [all services have been started](installing.md#install-matrix-server-and-services)): ```sh /matrix/dendrite/bin/create-account @@ -62,7 +62,7 @@ If you're using the [Dendrite](./configuring-playbook-dendrite.md) homeserver im ### Registering users manually for Matrix Authentication Service -If you're using the [Matrix Authentication Service](./configuring-playbook-matrix-authentication-service.md) and your existing homeserver (most likely [Synapse](./configuring-playbook-synapse.md)) is delegating authentication to it, you can register users via the command-line after **SSH**-ing to your server (requires that [all services have been started](#starting-the-services)): +If you're using the [Matrix Authentication Service](./configuring-playbook-matrix-authentication-service.md) and your existing homeserver (most likely [Synapse](./configuring-playbook-synapse.md)) is delegating authentication to it, you can register users via the command-line after **SSH**-ing to your server (requires that [all services have been started](installing.md#install-matrix-server-and-services)): ```sh /matrix/matrix-authentication-service/bin/register-user