diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-06-16 14:15:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-16 13:15:52 +0100 |
commit | 0adc2882c1a67419207a500f00c41a94be51857a (patch) | |
tree | d4b054ab474de7421caa07082bb060283b60af08 /docs/federate.md | |
parent | Make opentracing trace into event persistence (#10134) (diff) | |
download | synapse-0adc2882c1a67419207a500f00c41a94be51857a.tar.xz |
Fix broken links in documentation (#10180)
* Fix broken links in documentation * newsfile
Diffstat (limited to 'docs/federate.md')
-rw-r--r-- | docs/federate.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/federate.md b/docs/federate.md index b15cd724d1..89c2b19638 100644 --- a/docs/federate.md +++ b/docs/federate.md @@ -14,7 +14,7 @@ you set the `server_name` to match your machine's public DNS hostname. For this default configuration to work, you will need to listen for TLS connections on port 8448. The preferred way to do that is by using a -reverse proxy: see [reverse_proxy.md](<reverse_proxy.md>) for instructions +reverse proxy: see [reverse_proxy.md](reverse_proxy.md) for instructions on how to correctly set one up. In some cases you might not want to run Synapse on the machine that has @@ -44,7 +44,7 @@ a complicated dance which requires connections in both directions). Another common problem is that people on other servers can't join rooms that you invite them to. This can be caused by an incorrectly-configured reverse -proxy: see [reverse_proxy.md](<reverse_proxy.md>) for instructions on how to correctly +proxy: see [reverse_proxy.md](reverse_proxy.md) for instructions on how to correctly configure a reverse proxy. ### Known issues @@ -63,4 +63,4 @@ release of Synapse. If you want to get up and running quickly with a trio of homeservers in a private federation, there is a script in the `demo` directory. This is mainly -useful just for development purposes. See [demo/README](<../demo/README>). +useful just for development purposes. See [demo/README](https://github.com/matrix-org/synapse/tree/develop/demo/). |