diff --git a/plugins/orchestrator/README.md b/plugins/orchestrator/README.md index 9a7b375808..b59e12d467 100644 --- a/plugins/orchestrator/README.md +++ b/plugins/orchestrator/README.md @@ -209,7 +209,7 @@ For more information about the configuration options, including other optional p The Orchestrator plugin enhances the Backstage with the execution of developer self-service flows. It provides a graphical editor to visualize workflow definitions, and a dashboard to monitor the execution of the workflows. -Refer to the [Quick start](https://github.com/batzionb/backstage-plugins/blob/orchestratorquickstart/plugins/orchestrator/docs/quickstart.md) to install the Orchestrator using the helm chart and execute a sample workflow through the Red Hat Developer Hub orchestrator plugin UI. +Refer to the [Quick start](https://github.com/janus-idp/backstage-plugins/blob/main/plugins/orchestrator/docs/quickstart.md) to install the Orchestrator using the helm chart and execute a sample workflow through the Red Hat Developer Hub orchestrator plugin UI. ## OpenAPI diff --git a/plugins/orchestrator/docs/quickstart.md b/plugins/orchestrator/docs/quickstart.md index b63f4a0f49..7c33bb93e0 100644 --- a/plugins/orchestrator/docs/quickstart.md +++ b/plugins/orchestrator/docs/quickstart.md @@ -22,14 +22,14 @@ This quickstart guide will help you install the Orchestrator using the helm char 5. **Navigate to Orchestrator**: Navigate to the Orchestrator page by clicking on the Orchestrator icon in the left navigation menu. - ![orchestratorIcon](https://github.com/batzionb/backstage-plugins/blob/orchestratorquickstart/plugins/orchestrator/docs/orchestratorIcon.png) + ![orchestratorIcon](https://raw.githubusercontent.com/janus-idp/backstage-plugins/main/plugins/orchestrator/docs/orchestratorIcon.png) 6. **Execute Greeting Workflow**: Click on the 'Execute' button in the ACTIONS column of the Greeting workflow. - ![workflowsPage](https://github.com/batzionb/backstage-plugins/blob/orchestratorquickstart/plugins/orchestrator/docs/workflowsPage.png) + ![workflowsPage](https://raw.githubusercontent.com/janus-idp/backstage-plugins/main/plugins/orchestrator/docs/workflowsPage.png) The 'Run workflow' page will open. Click 'Next step' and then 'Run' - ![executePageNext](https://github.com/batzionb/backstage-plugins/blob/orchestratorquickstart/plugins/orchestrator/docs/executePageNext.png) - ![executePageRun](https://github.com/batzionb/backstage-plugins/blob/orchestratorquickstart/plugins/orchestrator/docs/executePageRun.png) + ![executePageNext](https://raw.githubusercontent.com/janus-idp/backstage-plugins/main/plugins/orchestrator/docs/executePageNext.png) + ![executePageRun](https://raw.githubusercontent.com/janus-idp/backstage-plugins/main/plugins/orchestrator/docs/executePageRun.png) 7. **Monitor Workflow Status**: Wait for the status of the Greeting workflow execution to become _Completed_. This may take a moment. - ![workflowCompleted](https://github.com/batzionb/backstage-plugins/blob/orchestratorquickstart/plugins/orchestrator/docs/workflowCompleted.png) + ![workflowCompleted](https://raw.githubusercontent.com/janus-idp/backstage-plugins/main/plugins/orchestrator/docs/workflowCompleted.png)