doc: Replaced dead link (#34239)

Replaced dead link to quickstart template with a (similar) template.

Signed-off-by: Dave Meyer <7davidmeyer@gmail.com>
This commit is contained in:
Dave Meyer 2024-10-24 15:28:42 +02:00 committed by GitHub
parent 69ecd0e5fb
commit 883b0a3378
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,4 +62,4 @@ backend: {
All "pages" are React components that can be used in your application. All "pages" are React components that can be used in your application.
To see what components are available, see the [source](https://github.com/keycloak/keycloak/blob/main/js/apps/account-ui/src/index.ts). To see what components are available, see the [source](https://github.com/keycloak/keycloak/blob/main/js/apps/account-ui/src/index.ts).
Or have a look at the [quick start](https://github.com/keycloak/keycloak-quickstarts/tree/main/extension/extend-admin-console-node) to see how to use them. Or have a look at the [quick start](https://github.com/keycloak/keycloak-quickstarts/tree/main/extension/extend-account-console-node) to see how to use them.