From ba23dea8bda815bf97ab1359a81c9a99154d11a6 Mon Sep 17 00:00:00 2001 From: Codrin Bucur Date: Thu, 20 Jun 2019 16:40:57 +0200 Subject: [PATCH] These are the keycloak docs not those of redhat-sso ;-) These are the keycloak docs not those of redhat-sso ;-) --- authorization_services/topics/hello-world-deploy.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authorization_services/topics/hello-world-deploy.adoc b/authorization_services/topics/hello-world-deploy.adoc index be2227c342..35627b7935 100644 --- a/authorization_services/topics/hello-world-deploy.adoc +++ b/authorization_services/topics/hello-world-deploy.adoc @@ -66,7 +66,7 @@ This change specifies to the policy enforcer to redirect users to a `/app-authz- To build and deploy the application execute the following command: ```bash -$ cd redhat-sso-quickstarts/app-authz-jee-vanilla +$ cd keycloak-quickstarts/app-authz-jee-vanilla $ mvn clean package wildfly:deploy ```