diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-07-15 12:47:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-15 12:47:55 +0100 |
commit | c1414550490355aa9c4e2bf80fa4d13bd06e28d1 (patch) | |
tree | 529a7efd21b417834dfbc6af88a8bc1e520ba00d /docs/delegate.md | |
parent | Stagger send presence to remotes (#10398) (diff) | |
download | synapse-c1414550490355aa9c4e2bf80fa4d13bd06e28d1.tar.xz |
Docs: Use something other than the document name to describe a page (#10399)
Our documentation has a history of using a document's name as a way to link to it, such as "See [workers.md]() for details". This makes sense when you're traversing a directory of files, but less sense when the files are abstracted away - as they are on the documentation website. This PR changes the links to various documentation pages to something that fits better into the surrounding sentence, as you would when making any hyperlink on the web.
Diffstat (limited to 'docs/delegate.md')
-rw-r--r-- | docs/delegate.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/delegate.md b/docs/delegate.md index 208ddb6277..05cb635047 100644 --- a/docs/delegate.md +++ b/docs/delegate.md @@ -74,7 +74,7 @@ We no longer actively recommend against using a reverse proxy. Many admins will find it easier to direct federation traffic to a reverse proxy and manage their own TLS certificates, and this is a supported configuration. -See [reverse_proxy.md](reverse_proxy.md) for information on setting up a +See [the reverse proxy documentation](reverse_proxy.md) for information on setting up a reverse proxy. ### Do I still need to give my TLS certificates to Synapse if I am using a reverse proxy? |