From 4968c355367dac021f9858985c2ced395f653274 Mon Sep 17 00:00:00 2001 From: Steven Hawkins Date: Tue, 21 Nov 2023 03:09:00 -0500 Subject: [PATCH] fix: correcting the realmrepresentation link (#24869) closes #22194 Signed-off-by: Steve Hawkins --- docs/guides/operator/realm-import.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/operator/realm-import.adoc b/docs/guides/operator/realm-import.adoc index b6e618418d..f21a1693d7 100644 --- a/docs/guides/operator/realm-import.adoc +++ b/docs/guides/operator/realm-import.adoc @@ -36,7 +36,7 @@ spec: ---- This CR should be created in the same namespace as the Keycloak Deployment CR, defined in the field `keycloakCRName`. -The `realm` field accepts a full https://www.keycloak.org/docs-api/{majorMinorVersion}/rest-api/index.html#_realmrepresentation[RealmRepresentation]. +The `realm` field accepts a full https://www.keycloak.org/docs-api/{version}/rest-api/index.html#RealmRepresentation[RealmRepresentation]. The recommended way to obtain a `RealmRepresentation` is by leveraging the export functionality <@links.server id="importExport"/>.