diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-06-16 19:50:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 19:50:16 +0100 |
commit | e452973fd2c956e57e3f0a1059d8049b76ee0195 (patch) | |
tree | 2804abe08469fc0ff087f8b8a7ca097572319e8b /synapse/config | |
parent | Refactor getting replication updates from database. (#7636) (diff) | |
download | synapse-e452973fd2c956e57e3f0a1059d8049b76ee0195.tar.xz |
fix broken link in sample config (#7712)
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/oidc_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/oidc_config.py b/synapse/config/oidc_config.py index e24dd637bc..e0939bce84 100644 --- a/synapse/config/oidc_config.py +++ b/synapse/config/oidc_config.py @@ -89,7 +89,7 @@ class OIDCConfig(Config): # use an OpenID Connect Provider for authentication, instead of its internal # password database. # - # See https://github.com/matrix-org/synapse/blob/master/openid.md. + # See https://github.com/matrix-org/synapse/blob/master/docs/openid.md. # oidc_config: # Uncomment the following to enable authorization against an OpenID Connect |