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

Commit e452973

Browse files
authored
fix broken link in sample config (#7712)
1 parent f6f7511 commit e452973

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

changelog.d/7712.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix broken link in sample config.

docs/sample_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,7 @@ saml2_config:
15391539
# use an OpenID Connect Provider for authentication, instead of its internal
15401540
# password database.
15411541
#
1542-
# See https://github.com/matrix-org/synapse/blob/master/openid.md.
1542+
# See https://github.com/matrix-org/synapse/blob/master/docs/openid.md.
15431543
#
15441544
oidc_config:
15451545
# Uncomment the following to enable authorization against an OpenID Connect

synapse/config/oidc_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def generate_config_section(self, config_dir_path, server_name, **kwargs):
8989
# use an OpenID Connect Provider for authentication, instead of its internal
9090
# password database.
9191
#
92-
# See https://github.com/matrix-org/synapse/blob/master/openid.md.
92+
# See https://github.com/matrix-org/synapse/blob/master/docs/openid.md.
9393
#
9494
oidc_config:
9595
# Uncomment the following to enable authorization against an OpenID Connect

0 commit comments

Comments
 (0)