Skip to content

Commit f613c91

Browse files
committed
fixing doc issues
1 parent 0984a1a commit f613c91

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,13 @@ The generated client delegates to Spring AI runtime primitives instead of invent
217217
5. Use the generated client and metadata types in your application.
218218
6. Add snapshot tests for replayable CI drift detection.
219219

220-
The root repo tasks also validate and generate against the sample project in [examples/spring-boot-demo](/Users/goutamadwant/Documents/OpenSource/JavaProjects/PromptSpecJ/examples/spring-boot-demo).
220+
The root repo tasks also validate and generate against the sample project in [examples/spring-boot-demo](./examples/spring-boot-demo).
221221

222222
## Documentation
223223

224-
- [Getting Started](/Users/goutamadwant/Documents/OpenSource/JavaProjects/PromptSpecJ/docs/getting-started.md)
225-
- [PromptSpec Schema](/Users/goutamadwant/Documents/OpenSource/JavaProjects/PromptSpecJ/docs/schema/promptspec-v1alpha1.schema.json)
226-
- [Roadmap](/Users/goutamadwant/Documents/OpenSource/JavaProjects/PromptSpecJ/docs/roadmap.md)
224+
- [Getting Started](./docs/getting-started.md)
225+
- [PromptSpec Schema](./docs/schema/promptspec-v1alpha1.schema.json)
226+
- [Roadmap](./docs/roadmap.md)
227227

228228
## Current scope
229229

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
4. Inject the generated Spring AI client into your service.
77
5. Record snapshots locally and replay them in CI.
88

9-
The sample app under [examples/spring-boot-demo](/Users/goutamadwant/Documents/OpenSource/JavaProjects/PromptSpecJ/examples/spring-boot-demo) demonstrates the full flow.
9+
The sample app under [examples/spring-boot-demo](../examples/spring-boot-demo) demonstrates the full flow.

0 commit comments

Comments
 (0)