Skip to content

Commit

Permalink
Update broken links
Browse files Browse the repository at this point in the history
Signed-off-by: hhpatel14 <[email protected]>
  • Loading branch information
hhpatel14 committed Mar 7, 2025
1 parent 12afb04 commit 19ded93
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 8 deletions.
Binary file removed docs/scenarios/agentic-flow.png
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 7 additions & 8 deletions docs/scenarios/javaEE_to_quarkus/javaEE_to_quarkus.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ To verify your target configuration, go to your project directory and open `/.vs
Let's perform our initial analysis:

1. Once you have RPC server initialized, navigate to "Konveyor Analysis View" and click `Run Analysis`. Open the command palette by pressing Command + Shift + P to find it.
![run_analysis](../../images/run_analysis.png)
![run_analysis](/docs/scenarios/javaEE_to_quarkus/images/run_analysis.png)

2. The Konveyor Analysis View lists issues, allowing you to filter them by file issues. On the left side, the Konveyor Issue Panel groups files based on similar issues for easier navigation.
![konveyor_analysis_view](../../images/konveyor_analysis_view.png)
![konveyor_analysis_view](/docs/scenarios/javaEE_to_quarkus/images/konveyor_analysis_view.png)

If you lose the "Konveyor Analysis View" window, press Command + Shift + P to open the Command Palette, then search for and select the Analysis View window. Alternatively, click the editor icon under the Konveyor Issue panel to reopen it.
![konveyor_analysis_view_1](../../images/konveyor_analysis_view_1.png)
![konveyor_analysis_view_1](/docs/scenarios/javaEE_to_quarkus/images/konveyor_analysis_view_1.png)

Once the analysis is complete, you will see many incidents. However, let's focus on fixing only the 6 files necessary to migrate the Coolstore application.

Expand Down Expand Up @@ -223,7 +223,7 @@ The TaskManager prioritizes and queues tasks, delegating them to TaskRunners bas

TaskRunners interpret the nature of errors and orchestrate the Agentic Workflow, where multiple specialized agents collaborate to resolve tasks efficiently. Once tasks are executed, the Feedback Loop validates the changes by reanalyzing the codebase, generating new tasks if necessary.

More information available [here](../presentations/2024-11-14-konveyor-community.md).
More information available [here](/docs/presentations/2024-11-14-konveyor-community.md).

### Agentic Workflow

Expand Down Expand Up @@ -255,7 +255,7 @@ The Agentic Workflow operates within a configurable effort level, allowing Kai t
- **High Effort**: Continues resolving issues iteratively until no further problems remain.

Retries occur as part of the implementation process, though they are not currently user-configurable.
![workflow](../images/demo/agentic-flow.png)
![workflow](/docs/scenarios//javaEE_to_quarkus/images/agentic-flow.png)

## Step 3: Deploy app to Kubernetes

Expand Down Expand Up @@ -312,12 +312,11 @@ this URL, run the following command:
minikube service list
```

Message Driven Bean (MDB)
![deploy app](deploy.gif)
![deploy app](/docs/scenarios/javaEE_to_quarkus/images/deploy.gif)

## Debug and File Incidents

Please review this [page](../debug.md) for information on Logs, Troubleshooting, and Filing Issues.
Please review this [page](/docs/debug.md) for information on Logs, Troubleshooting, and Filing Issues.

## Conclusion

Expand Down

0 comments on commit 19ded93

Please sign in to comment.