diff options
author | David Robertson <davidr@element.io> | 2022-10-24 14:11:53 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-10-24 14:12:59 +0100 |
commit | 1a9cc657e1eae5302b130ee3f50f8741e63afb34 (patch) | |
tree | 5d9db2767d61d77f8d63f6f505e4e3a795332506 /docs/setup | |
parent | move other doc to other dir (diff) | |
download | synapse-1a9cc657e1eae5302b130ee3f50f8741e63afb34.tar.xz |
Move usage docs to usage dir
Diffstat (limited to 'docs/setup')
-rw-r--r-- | docs/setup/installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/setup/installation.md b/docs/setup/installation.md index 8d4edbf0a0..d1a4970c01 100644 --- a/docs/setup/installation.md +++ b/docs/setup/installation.md @@ -14,7 +14,7 @@ production-ready setup, you will probably want to specify your domain (`example.com`) rather than a matrix-specific hostname here (in the same way that your email address is probably `user@example.com` rather than `user@email.example.com`) - but doing so may require more advanced setup: see -[Setting up Federation](../federate.md). +[Setting up Federation](../usage/federate.md). ## Installing Synapse @@ -436,7 +436,7 @@ listeners: `cert.pem`). For a more detailed guide to configuring your server for federation, see -[Federation](../federate.md). +[Federation](../usage/federate.md). ### Client Well-Known URI |