Skip to content

Commit f3b2185

Browse files
chore: Use absolute URL in release notes (#329)
* Update release-notes-0-to-14.md * current release notes --------- Co-authored-by: I538344 <[email protected]>
1 parent 0b6bc03 commit f3b2185

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/release-notes/release-notes-0-to-14.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
### ✨ New Functionality
1212

1313
- New Orchestration features:
14-
- [Spring AI integration](../guides/SPRING_AI_INTEGRATION.md)
15-
- [Add Grounding configuration convenience](../guides/ORCHESTRATION_CHAT_COMPLETION.md#grounding)
14+
- [Spring AI integration](https://github.com/SAP/ai-sdk-java/tree/main/docs/guides/SPRING_AI_INTEGRATION.md)
15+
- [Add Grounding configuration convenience](https://github.com/SAP/ai-sdk-java/tree/main/docs/guides/ORCHESTRATION_CHAT_COMPLETION.md#grounding)
1616
- Images are now supported as input in newly introduced `MultiChatMessage`.
1717
- `MultiChatMessage` also allows for multiple content items (text or image) in one object.
1818
- Grounding input can be masked with `DPIConfig`.

docs/release-notes/release_notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
- Upgrade to release 2502a of AI Core.
1616
- Orchestration:
17-
- [Add `LlamaGuardFilter`](../guides/ORCHESTRATION_CHAT_COMPLETION.md#chat-completion-filter).
18-
- [Convenient methods to create messages containing images and multiple text inputs](../guides/ORCHESTRATION_CHAT_COMPLETION.md#add-images-and-multiple-text-inputs-to-a-message)
17+
- [Add `LlamaGuardFilter`](https://github.com/SAP/ai-sdk-java/tree/main/docs/guides/ORCHESTRATION_CHAT_COMPLETION.md#chat-completion-filter).
18+
- [Convenient methods to create messages containing images and multiple text inputs](https://github.com/SAP/ai-sdk-java/tree/main/docs/guides/ORCHESTRATION_CHAT_COMPLETION.md#add-images-and-multiple-text-inputs-to-a-message)
1919

2020
### 📈 Improvements
2121

0 commit comments

Comments
 (0)