From 22868406c252cab8fb99fcf6b13a2a165d04f425 Mon Sep 17 00:00:00 2001 From: Pierre Prinetti Date: Thu, 19 Oct 2023 13:53:46 +0200 Subject: [PATCH] operator: Replace dead documentation link (#23777) Before this patch, the documentation link generated for the Operator page resulted in a 404 Not Found on Github pages. With this change, the documentation link points to the "Operator" anchor in the Keycloak docs index. Note that the operator docs don't seem to be versioned on the Keycloak website. --- .../operator/controllers/KeycloakSharedCsvMetadata.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator/src/main/java/org/keycloak/operator/controllers/KeycloakSharedCsvMetadata.java b/operator/src/main/java/org/keycloak/operator/controllers/KeycloakSharedCsvMetadata.java index 1267c5691b..0465cfc86d 100644 --- a/operator/src/main/java/org/keycloak/operator/controllers/KeycloakSharedCsvMetadata.java +++ b/operator/src/main/java/org/keycloak/operator/controllers/KeycloakSharedCsvMetadata.java @@ -41,7 +41,7 @@ import io.quarkiverse.operatorsdk.bundle.runtime.SharedCSVMetadata; }, links = { @CSVMetadata.Link( - url = "https://www.keycloak.org/docs/latest/server_installation/index.html#_operator", + url = "https://www.keycloak.org/guides#operator", name = "Documentation" ), @CSVMetadata.Link(