summary refs log tree commit diff
path: root/docs/admin_api
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/admin_api
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/admin_api')
-rw-r--r--docs/admin_api/user_admin_api.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/admin_api/user_admin_api.md b/docs/admin_api/user_admin_api.md
index 62f89e8cba..1235f1cb95 100644
--- a/docs/admin_api/user_admin_api.md
+++ b/docs/admin_api/user_admin_api.md
@@ -124,9 +124,8 @@ Body parameters:
   - `address` - string. Value of third-party ID.
   belonging to a user.
 - `external_ids` - array, optional. Allow setting the identifier of the external identity
-  provider for SSO (Single sign-on). Details in
-  [Sample Configuration File](../usage/configuration/homeserver_sample_config.html)
-  section `sso` and `oidc_providers`.
+  provider for SSO (Single sign-on). Details in the configuration manual under the
+  sections [sso](../usage/configuration/config_documentation.md#sso) and [oidc_providers](../usage/configuration/config_documentation.md#oidc_providers).
   - `auth_provider` - string. ID of the external identity provider. Value of `idp_id`
     in the homeserver configuration. Note that no error is raised if the provided
     value is not in the homeserver configuration.