You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,13 +217,13 @@ The generated client delegates to Spring AI runtime primitives instead of invent
217
217
5. Use the generated client and metadata types in your application.
218
218
6. Add snapshot tests for replayable CI drift detection.
219
219
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).
Copy file name to clipboardExpand all lines: docs/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,4 @@
6
6
4. Inject the generated Spring AI client into your service.
7
7
5. Record snapshots locally and replay them in CI.
8
8
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