Skip to content

Commit 6f549d9

Browse files
Better images
1 parent b94276d commit 6f549d9

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ Please refer to [this documentation](docs/guides/ORCHESTRATION_CHAT_COMPLETION.m
131131

132132
For more detailed information and advanced usage, please refer to the following:
133133

134-
- [<img src="sample-code/spring-app/src/main/resources/static/BTP_Cockpit.png"/> Connecting to AI Core](docs/guides/CONNECTING_TO_AICORE.md)
134+
- [<img src="sample-code/spring-app/src/main/resources/static/BTP-Cockpit-Logo.png"/> Connecting to AI Core](docs/guides/CONNECTING_TO_AICORE.md)
135135
- [<img src="sample-code/spring-app/src/main/resources/static/Orchestration-Logo.png" width="16"/> Orchestration Chat Completion](docs/guides/ORCHESTRATION_CHAT_COMPLETION.md)
136-
- [<img src="https://platform.openai.com/favicon-docs.svg" width="16"/> OpenAI Chat Completion](docs/guides/OPENAI_CHAT_COMPLETION.md)
136+
- [<img src="sample-code/spring-app/src/main/resources/static/Open-AI-Logo.svg" width="16"/> OpenAI Chat Completion](docs/guides/OPENAI_CHAT_COMPLETION.md)
137137
- [<img src="https://spring.io/favicon-32x32.png" width="16"/> Spring AI Integration](docs/guides/SPRING_AI_INTEGRATION.md)
138138
- [🧰 AI Core Deployment](docs/guides/AI_CORE_DEPLOYMENT.md)
139139

sample-code/spring-app/src/main/resources/static/BTP_Cockpit.png renamed to sample-code/spring-app/src/main/resources/static/BTP-Cockpit-Logo.png

File renamed without changes.
Lines changed: 11 additions & 0 deletions
Loading

sample-code/spring-app/src/main/resources/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ <h2>🧑‍🔬 Foundation Models</h2>
354354
</div>
355355
<div class="card-body">
356356
<div class="d-flex align-items-center">
357-
<img src="https://platform.openai.com/favicon-docs.svg" alt="AI SDK Logo" class="me-1 mb-1">
357+
<img src="Open-AI-Logo.svg" alt="AI SDK Logo" class="me-1 mb-1">
358358
<h5 class="mb-1">OpenAI</h5>
359359
</div>
360360
<ul class="list-group">

0 commit comments

Comments
 (0)