From ffb65af0491361819bcc33ad0d13276799da2a9d Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 25 Nov 2024 03:18:47 +0900 Subject: [PATCH] Update docs/quick-start.md: fix an anchor link Signed-off-by: Suguru Hirahara --- docs/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index 9da6d0c68..6100c82dc 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -173,7 +173,7 @@ After configuring the playbook, run the command below and wait until it finishes ansible-playbook -i inventory/hosts setup.yml --tags=install-matrix-static-files,start ``` -💡 Running the `install-matrix-static-files` playbook tag (as done here) is an optimized version of running [the full setup command](#run-the-installation-command). +💡 Running the `install-matrix-static-files` playbook tag (as done here) is an optimized version of running [the full setup command](#run-installation-command). After the command finishes, you can also check whether your server federates with the Matrix network by using the [Federation Tester](https://federationtester.matrix.org/) against your base domain (`example.com`), not the `matrix.example.com` subdomain.