diff options
author | reivilibre <oliverw@matrix.org> | 2023-01-05 18:18:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-05 18:18:00 +0000 |
commit | 4eb2f4e02b83c90519a8a55c562d1fafab7caf0b (patch) | |
tree | d545643512cba7de9d64813d3b0fe0ed43e6fc54 /docs/openid.md | |
parent | Bump JasonEtco/create-an-issue from 2.8.2 to 2.9.1 (#14731) (diff) | |
download | synapse-4eb2f4e02b83c90519a8a55c562d1fafab7caf0b.tar.xz |
Fix broken links in the Synapse documentation. (#14744)
* Fix stale external links * Fix some internal links * Fix URLs without trailing / where needed * Fix more links * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> * Reapply docs/openid.md fix after conflict Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
Diffstat (limited to 'docs/openid.md')
-rw-r--r-- | docs/openid.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/openid.md b/docs/openid.md index 45aa24dd24..6ee8c83ec0 100644 --- a/docs/openid.md +++ b/docs/openid.md @@ -463,7 +463,7 @@ oidc_providers: Keycloak supports OIDC Back-Channel Logout, which sends logout notification to Synapse, so that Synapse users get logged out when they log out from Keycloak. This can be optionally enabled by setting `backchannel_logout_enabled` to `true` in the Synapse configuration, and by setting the "Backchannel Logout URL" in Keycloak. -Follow the [Getting Started Guide](https://www.keycloak.org/getting-started) to install Keycloak and set up a realm. +Follow the [Getting Started Guide](https://www.keycloak.org/guides) to install Keycloak and set up a realm. 1. Click `Clients` in the sidebar and click `Create` |