Skip to content

Commit eefd264

Browse files
authored
docs(orchestrator): fix quick start urls to private repo and make image urls raw (#1521)
docs(orchestrator): fix links to private repo and image links to be raw
1 parent d7030a4 commit eefd264

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

plugins/orchestrator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ For more information about the configuration options, including other optional p
209209

210210
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.
211211

212-
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.
212+
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.
213213

214214
## OpenAPI
215215

plugins/orchestrator/docs/quickstart.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ This quickstart guide will help you install the Orchestrator using the helm char
2222

2323
5. **Navigate to Orchestrator**:
2424
Navigate to the Orchestrator page by clicking on the Orchestrator icon in the left navigation menu.
25-
![orchestratorIcon](https://github.com/batzionb/backstage-plugins/blob/orchestratorquickstart/plugins/orchestrator/docs/orchestratorIcon.png)
25+
![orchestratorIcon](https://raw.githubusercontent.com/janus-idp/backstage-plugins/main/plugins/orchestrator/docs/orchestratorIcon.png)
2626

2727
6. **Execute Greeting Workflow**:
2828
Click on the 'Execute' button in the ACTIONS column of the Greeting workflow.
29-
![workflowsPage](https://github.com/batzionb/backstage-plugins/blob/orchestratorquickstart/plugins/orchestrator/docs/workflowsPage.png)
29+
![workflowsPage](https://raw.githubusercontent.com/janus-idp/backstage-plugins/main/plugins/orchestrator/docs/workflowsPage.png)
3030
The 'Run workflow' page will open. Click 'Next step' and then 'Run'
31-
![executePageNext](https://github.com/batzionb/backstage-plugins/blob/orchestratorquickstart/plugins/orchestrator/docs/executePageNext.png)
32-
![executePageRun](https://github.com/batzionb/backstage-plugins/blob/orchestratorquickstart/plugins/orchestrator/docs/executePageRun.png)
31+
![executePageNext](https://raw.githubusercontent.com/janus-idp/backstage-plugins/main/plugins/orchestrator/docs/executePageNext.png)
32+
![executePageRun](https://raw.githubusercontent.com/janus-idp/backstage-plugins/main/plugins/orchestrator/docs/executePageRun.png)
3333
7. **Monitor Workflow Status**:
3434
Wait for the status of the Greeting workflow execution to become _Completed_. This may take a moment.
35-
![workflowCompleted](https://github.com/batzionb/backstage-plugins/blob/orchestratorquickstart/plugins/orchestrator/docs/workflowCompleted.png)
35+
![workflowCompleted](https://raw.githubusercontent.com/janus-idp/backstage-plugins/main/plugins/orchestrator/docs/workflowCompleted.png)

0 commit comments

Comments
 (0)