diff --git a/serverlessworkflow/modules/ROOT/pages/testing-and-troubleshooting/quarkus-dev-ui-extension/quarkus-dev-ui-overview.adoc b/serverlessworkflow/modules/ROOT/pages/testing-and-troubleshooting/quarkus-dev-ui-extension/quarkus-dev-ui-overview.adoc index 59df31fdb..242d9c8a4 100644 --- a/serverlessworkflow/modules/ROOT/pages/testing-and-troubleshooting/quarkus-dev-ui-extension/quarkus-dev-ui-overview.adoc +++ b/serverlessworkflow/modules/ROOT/pages/testing-and-troubleshooting/quarkus-dev-ui-extension/quarkus-dev-ui-overview.adoc @@ -25,7 +25,7 @@ The {product_name} Dev UI extension provides a console to view, manage, and star .Install {product_name} Dev UI extension [source,shell] ---- -quarkus ext add org.kie.kogito:kogito-quarkus-serverless-workflow-devui +quarkus ext add org.apache.kie.sonataflow:sonataflow-quarkus-devui ---- Executing the previous command adds the following dependency to `pom.xml` file of your project: @@ -46,7 +46,7 @@ Executing the previous command adds the following dependency to `pom.xml` file o .Install Kogito source files add-on extension [source,shell] ---- -quarkus ext add org.kie.kogito:kie-addons-quarkus-source-files +quarkus ext add org.kie:kie-addons-quarkus-source-files ---- Executing the previous command adds the following dependency to `pom.xml` file of your project: