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/oidc.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/oidc.py')
-rw-r--r-- | synapse/config/oidc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/config/oidc.py b/synapse/config/oidc.py index ea0abf5aa2..942e2672a9 100644 --- a/synapse/config/oidc.py +++ b/synapse/config/oidc.py @@ -166,7 +166,7 @@ class OIDCConfig(Config): # # module: The class name of a custom mapping module. Default is # {mapping_provider!r}. - # See https://github.com/matrix-org/synapse/blob/master/docs/sso_mapping_providers.md#openid-mapping-providers + # See https://matrix-org.github.io/synapse/latest/sso_mapping_providers.html#openid-mapping-providers # for information on implementing a custom mapping provider. # # config: Configuration for the mapping provider module. This section will @@ -217,7 +217,7 @@ class OIDCConfig(Config): # - attribute: groups # value: "admin" # - # See https://github.com/matrix-org/synapse/blob/master/docs/openid.md + # See https://matrix-org.github.io/synapse/latest/openid.html # for information on how to configure these options. # # For backwards compatibility, it is also possible to configure a single OIDC |