From dee672728a5ce5ffb76ab3d7dc3ca193e164cb0a Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Tue, 7 Apr 2026 09:52:45 +0200 Subject: [PATCH] Fixing link as it has changed and is redirecting (#47793) Closes #47792 Signed-off-by: Alexander Schwartz --- docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc b/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc index 3a2ae5c06a1..76322a6b1ea 100644 --- a/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc +++ b/docs/documentation/upgrading/topics/changes/changes-26_0_0.adoc @@ -336,7 +336,7 @@ The Keycloak JS library is no longer served statically from the Keycloak server. Additionally, the `keycloakJsUrl` property that linked to the library on these URLs has been removed from the admin console theme. If your custom theme was using this property to include the library, you should update your theme to include the library using a different method. -If you are not already you should include the library in your project using a package manager like link:https://nodejs.org/en/learn/getting-started/an-introduction-to-the-npm-package-manager[NPM]. The library is available on the NPM registry as link:https://www.npmjs.com/package/keycloak-js[`keycloak-js`]. You can install it using the following command: +If you are not already you should include the library in your project using a package manager like link:https://nodejs.org/learn/getting-started/an-introduction-to-the-npm-package-manager[NPM]. The library is available on the NPM registry as link:https://www.npmjs.com/package/keycloak-js[`keycloak-js`]. You can install it using the following command: [source,bash] ----