summaryrefslogtreecommitdiff
path: root/content/dendrite.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2024-07-16 08:33:25 -0400
committerGitHub <noreply@github.com>2024-07-16 08:33:25 -0400
commit613b27642fa4c5315ae925ec6701a224eec08c39 (patch)
tree137b4202e7a362401ed66b9cd85482a4a9a1e642 /content/dendrite.md
parented8eda775c17b707576744e81f0738724aa64978 (diff)
parentb5d7e4b977208d89b4615a8ded2525c97e3ba517 (diff)
Merge branch 'master' into m-chrzan/spf
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)