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/jwt.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/jwt.py')
-rw-r--r-- | synapse/config/jwt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/jwt.py b/synapse/config/jwt.py index 9e07e73008..9d295f5856 100644 --- a/synapse/config/jwt.py +++ b/synapse/config/jwt.py @@ -64,7 +64,7 @@ class JWTConfig(Config): # Note that this is a non-standard login type and client support is # expected to be non-existent. # - # See https://github.com/matrix-org/synapse/blob/master/docs/jwt.md. + # See https://matrix-org.github.io/synapse/latest/jwt.html. # #jwt_config: # Uncomment the following to enable authorization using JSON web |