diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-07-07 13:35:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 12:35:45 +0100 |
commit | 56fd5fa8e1cacdba89ff1c9a9c18d0d6f0cb0f74 (patch) | |
tree | 4de74666145ca7c0de7b7861587394c6258b122c /synapse/config/repository.py | |
parent | Fix broken link (diff) | |
download | synapse-56fd5fa8e1cacdba89ff1c9a9c18d0d6f0cb0f74.tar.xz |
Update links to documentation in sample config (#10287)
Signed-off-by: Dirk Klimpel dirk@klimpel.org
Diffstat (limited to 'synapse/config/repository.py')
-rw-r--r-- | synapse/config/repository.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/repository.py b/synapse/config/repository.py index 2f77d6703d..a7a82742ac 100644 --- a/synapse/config/repository.py +++ b/synapse/config/repository.py @@ -250,7 +250,7 @@ class ContentRepositoryConfig(Config): # # If you are using a reverse proxy you may also need to set this value in # your reverse proxy's config. Notably Nginx has a small max body size by default. - # See https://matrix-org.github.io/synapse/develop/reverse_proxy.html. + # See https://matrix-org.github.io/synapse/latest/reverse_proxy.html. # #max_upload_size: 50M |