diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-07-07 12:37:10 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-07-07 12:37:10 +0100 |
commit | 240b3ce253b2b36d79a0a6cc18aefd70ad066de3 (patch) | |
tree | 1aa14197a7a919d4dda81be36735f36d2adb1956 /synapse/config/oidc.py | |
parent | Simplify structure of room admin API docs (#10313) (diff) | |
parent | Update links to documentation in sample config (#10287) (diff) | |
download | synapse-240b3ce253b2b36d79a0a6cc18aefd70ad066de3.tar.xz |
Merge remote-tracking branch 'origin/release-v1.38' into develop
merge @dklimpel's fixes to the sample config
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 |