From 6e66f8aaa21b5cfd5c16c6dcf302319b143ba0c3 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 16 Nov 2024 02:28:51 +0900 Subject: [PATCH] Fix an anchor link to howto-srv-server-delegation.md Signed-off-by: Suguru Hirahara --- docs/howto-server-delegation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto-server-delegation.md b/docs/howto-server-delegation.md index 0d307b14c..2bbe1a091 100644 --- a/docs/howto-server-delegation.md +++ b/docs/howto-server-delegation.md @@ -50,7 +50,7 @@ To use DNS SRV record validation, you need to: - ensure that you are serving the Matrix Federation API (tcp/8448) with a certificate for `example.com` (not `matrix.example.com`!). Getting this certificate to the `matrix.example.com` server may be complicated. The playbook's automatic SSL obtaining/renewal flow will likely not work and you'll need to copy certificates around manually. See below. -For more details on [how to configure the playbook to work with SRV delegation](howto-srv-server-delegation.md) +For more details on how to configure the playbook to work with SRV delegation, take a look at this documentation: [Server Delegation via a DNS SRV record (advanced)](howto-srv-server-delegation.md) ### Obtaining certificates