summaryrefslogtreecommitdiff
path: root/content/dendrite.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2024-07-16 08:31:24 -0400
committerGitHub <noreply@github.com>2024-07-16 08:31:24 -0400
commit7947a9a26ca922519cbe8b91c2498b70b1bcc61f (patch)
tree5eb1b345881e10169e4f3de998a5141ebafe86c6 /content/dendrite.md
parent4e1d654198605468d48f49ffbb7f1f2e4259e45d (diff)
parented588405d102ffb64de808abfe30ae555d841b76 (diff)
Merge pull request #306 from KelvinJPS/fix_broken_links
Fix broken links
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)