Skip to content

Commit 7338f1a

Browse files
authored
Fix link (#628)
1 parent c6b9421 commit 7338f1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ These are required on the developer side to build and run applications with the
4040

4141
#### SAP AI Core Service instance
4242

43-
To make of use the services supported by the SDK, you need to have access to an SAP AI Core Service instance. Checkout [how to connect](link).
43+
To make of use the services supported by the SDK, you need to have access to an SAP AI Core Service instance. Checkout [how to connect](https://sap.github.io/ai-sdk/docs/java/guides/connecting-to-ai-core).
4444

4545
#### Optional Integrations
4646

@@ -50,7 +50,7 @@ The SDK can be combined with popular Java frameworks. These are not required for
5050
* **Spring Boot** ≥ 3.0
5151
* **CAP Java** ≥ 3.0.0
5252

53-
👉 See an [example `pom.xml`](link) in our sample Spring Boot application.
53+
👉 See an [example `pom.xml`](sample-code/spring-app/pom.xml) in our sample Spring Boot application.
5454

5555
> [!WARNING]
5656
> All classes under any of the `...model` packages are generated from an OpenAPI specification and marked as `@Beta`.

0 commit comments

Comments
 (0)