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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ These are required on the developer side to build and run applications with the
40
40
41
41
#### SAP AI Core Service instance
42
42
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).
44
44
45
45
#### Optional Integrations
46
46
@@ -50,7 +50,7 @@ The SDK can be combined with popular Java frameworks. These are not required for
50
50
***Spring Boot** ≥ 3.0
51
51
***CAP Java** ≥ 3.0.0
52
52
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.
54
54
55
55
> [!WARNING]
56
56
> All classes under any of the `...model` packages are generated from an OpenAPI specification and marked as `@Beta`.
0 commit comments