summaryrefslogtreecommitdiff
path: root/content/dendrite.md
diff options
context:
space:
mode:
authorKelvinJPS <kelvinjps@proton.me>2024-05-29 18:43:07 -0500
committerKelvinJPS <kelvinjps@proton.me>2024-05-29 18:43:07 -0500
commited588405d102ffb64de808abfe30ae555d841b76 (patch)
tree5eb1b345881e10169e4f3de998a5141ebafe86c6 /content/dendrite.md
parent161c0870c8c94d80e74e006a432535b995511372 (diff)
fix broken links in platform section
Diffstat (limited to 'content/dendrite.md')
-rw-r--r--content/dendrite.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/dendrite.md b/content/dendrite.md
index 9a7a291..c949a9d 100644
--- a/content/dendrite.md
+++ b/content/dendrite.md
@@ -18,7 +18,7 @@ Because Matrix uses **HTTP** for transport over the SSL ports (443 and 8448), yo
Depending on your setup, there are 2 different configurations to achieve this:
-1. Your *desired* domain (**example.org**) has an [A DNS record](http://localhost:1313/basic/dns/) that already poinst to your desired Matrix server, so you can configure this or add to your existing NGINX static site configuration to setup Matrix.
+1. Your *desired* domain (**example.org**) has an [A DNS record](/basic/dns/) that already poinst to your desired Matrix server, so you can configure this or add to your existing NGINX static site configuration to setup Matrix.
2. You wish to use Matrix with your *desired* domain (**example.org**) but this domain's A record points to a different server, accessible through another domain (like **matrix.example.org**). In this case, look into [delegation.](https://matrix-org.github.io/synapse/latest/delegate.html)