Skip to content

Commit 3114bcb

Browse files
authored
Fix duplicate links in README getting started section (#510)
Removed duplicate entries in the 'Getting started' section of the README.
1 parent d9f7236 commit 3114bcb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ The project generates a set of deliverables at the end of any iteration.
3232

3333
Read the following comprehensive guides to use this project today.
3434

35-
- [Getting started with `System prompts for Java](./documentation/GETTING-STARTED-SYSTEM-PROMPTS.md)`
36-
- [Getting started with `Skills for Java](./documentation/GETTING-STARTED-SKILLS.md)`
37-
- [Getting started with `Pipelines and AI](./documentation/GETTING-STARTED-PIPELINES.md)`
35+
- [Getting started with `System prompts for Java`](./documentation/GETTING-STARTED-SYSTEM-PROMPTS.md)
36+
- [Getting started with `Skills for Java`](./documentation/GETTING-STARTED-SKILLS.md)
37+
- [Getting started with `Pipelines and AI`](./documentation/GETTING-STARTED-PIPELINES.md)
3838

3939
## How to use them?
4040

@@ -44,15 +44,15 @@ The SLDC has evolved with the arrival of this new set of AI tooling, enhancing t
4444

4545
Adding AI tools to the Java development workflow can increase the likelihood of implementing software specifications on time and with quality.
4646

47-
47+
![](./documentation/images/workflow.png)
4848

4949
In this workflow, you could delegate completely a task or ask help in certain moments. You could use this project to refactor the code generated or delegate the task and associate a System prompt / Skills to that task
5050

5151
### Pipelines workflow
5252

5353
Adding AI tools to your pipeline can provide new opportunities to deliver more value (examples: automatic coding, code refactoring, continuous profiling, and others).
5454

55-
55+
![](./documentation/images/workflow-pipelines.png)
5656

5757
## Limitations
5858

0 commit comments

Comments
 (0)