1
0

Merge commit 'e452973fd' into dinsic

* commit 'e452973fd':
  fix broken link in sample config (#7712)
This commit is contained in:
Andrew Morgan
2020-08-03 16:22:38 -07:00
3 changed files with 3 additions and 2 deletions

1
changelog.d/7712.misc Normal file
View File

@@ -0,0 +1 @@
Fix broken link in sample config.

View File

@@ -1714,7 +1714,7 @@ saml2_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

View File

@@ -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