Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge commit 'e452973fd' into dinsic
Browse files Browse the repository at this point in the history
* commit 'e452973fd':
  fix broken link in sample config (#7712)
  • Loading branch information
anoadragon453 committed Aug 3, 2020
2 parents c6011c3 + e452973 commit 100a7ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/7712.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix broken link in sample config.
2 changes: 1 addition & 1 deletion docs/sample_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion synapse/config/oidc_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def generate_config_section(self, config_dir_path, server_name, **kwargs):
# 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
Expand Down

0 comments on commit 100a7ea

Please sign in to comment.