summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-08-03 16:22:38 -0700
committerAndrew Morgan <andrew@amorgan.xyz>2020-08-03 16:22:38 -0700
commit100a7ea06e35f283d86f11fd5b8a31ee9a433fa1 (patch)
treed1a26ada9660041304f81ad2ab69ea0b5f298758
parentMerge commit 'f6f7511a4' into dinsic (diff)
parentfix broken link in sample config (#7712) (diff)
downloadsynapse-100a7ea06e35f283d86f11fd5b8a31ee9a433fa1.tar.xz
Merge commit 'e452973fd' into dinsic
* commit 'e452973fd':
  fix broken link in sample config (#7712)
-rw-r--r--changelog.d/7712.misc1
-rw-r--r--docs/sample_config.yaml2
-rw-r--r--synapse/config/oidc_config.py2
3 files changed, 3 insertions, 2 deletions
diff --git a/changelog.d/7712.misc b/changelog.d/7712.misc
new file mode 100644

index 0000000000..4f0987303e --- /dev/null +++ b/changelog.d/7712.misc
@@ -0,0 +1 @@ +Fix broken link in sample config. diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index e698166283..6baa7c9645 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml
@@ -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 diff --git a/synapse/config/oidc_config.py b/synapse/config/oidc_config.py
index e24dd637bc..e0939bce84 100644 --- a/synapse/config/oidc_config.py +++ b/synapse/config/oidc_config.py
@@ -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