summary refs log tree commit diff
path: root/docs/openid.md
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2022-06-30 09:21:39 -0700
committerGitHub <noreply@github.com>2022-06-30 09:21:39 -0700
commit8330fc9953032f21eb4c7d5f0627c1e6aba2459c (patch)
tree3c7d7ef7e04844c50bc8714da1cfd5d0a7365b9e /docs/openid.md
parentAdd a link to the configuration manual from the homeserver sample config docu... (diff)
downloadsynapse-8330fc9953032f21eb4c7d5f0627c1e6aba2459c.tar.xz
Cleanup references to sample config in the docs and redirect users to configuration manual (#13077)
Diffstat (limited to 'docs/openid.md')
-rw-r--r--docs/openid.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/openid.md b/docs/openid.md
index 9d615a5737..d0ccf36f71 100644
--- a/docs/openid.md
+++ b/docs/openid.md
@@ -45,8 +45,8 @@ as follows:
    maintainer.
 
 To enable the OpenID integration, you should then add a section to the `oidc_providers`
-setting in your configuration file (or uncomment one of the existing examples).
-See [sample_config.yaml](./sample_config.yaml) for some sample settings, as well as
+setting in your configuration file.
+See the [configuration manual](usage/configuration/config_documentation.md#oidc_providers) for some sample settings, as well as
 the text below for example configurations for specific providers.
 
 ## Sample configs