Fixing broken links after KC26 docs changes

Closes #33576

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz
2024-10-04 13:59:47 +02:00
committed by Pedro Igor
parent f671e4c38b
commit 9092be9640
2 changed files with 2 additions and 2 deletions

View File

@@ -92,4 +92,4 @@ See also the https://kubernetes.io/docs/tasks/run-application/configure-pdb/[Kub
Starting with version 19, Keycloak supports sending logs using GELF to centralized logging solutions like ELK, EFK or Graylog out of the box.
You can find the documentation and examples to get you up and running quickly in the https://www.keycloak.org/server/logging#_centralized_logging_using_gelf[logging] {section}.
You can find the documentation and examples to get you up and running quickly in the https://www.keycloak.org/server/logging[logging] {section}.

View File

@@ -67,7 +67,7 @@ For more information, see the https://www.keycloak.org/server/health[Health guid
As stated in the release notes, Keycloak now supports gelf logging for centralized logging systems out of the box.
When you added the gelf related quarkus jars yourself in a prior version, make sure to switch to the supported configuration options in the https://www.keycloak.org/server/logging#_centralized_logging_using_gelf[logging guide] and remove your jars from the `providers` folder.
When you added the gelf related quarkus jars yourself in a prior version, make sure to switch to the supported configuration options in the https://www.keycloak.org/server/logging[logging guide] and remove your jars from the `providers` folder.
= Changes affecting developers