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: tutorials/ai-core-code/ai-core-code.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
@@ -257,7 +257,7 @@ print(response.__dict__)
257
257
258
258
[ACCORDION-BEGIN [Step 8: ](Reference a Docker image in your AI workflow)]
259
259
260
-
This step requires the GitHub folder that you synced in [this tutorial](https://developers-qa.sap.com/tutorials/ai-launchpad-github-setup.html). In this folder, create another YAML file called `code-pipeline.yaml`. (This filename is not used as an identifier within SAP AI Core.)
260
+
This step requires the GitHub folder that you synced in [this tutorial](https://developers.sap.com/tutorials/ai-core-helloworld.html/#). In this folder, create another YAML file called `code-pipeline.yaml`. (This filename is not used as an identifier within SAP AI Core.)
261
261
262
262
!
263
263
@@ -328,7 +328,7 @@ Under scenarios, you will also see a scenario named `Code (Tutorial)`.
328
328
329
329
[OPTION BEGIN [Postman]]
330
330
331
-
Click though **Collections** > GET Returns the ArgoCD application status.
331
+
Click though **Collections** > GET Returns the `ArgoCD` application status.
332
332
333
333
!
334
334
@@ -347,7 +347,7 @@ Click though **Collections** > GET Returns the ArgoCD application status.
347
347
348
348
List all available scenarios by clicking through **Collections** > **Scenarios** > GET get list of scenarios.
349
349
350
-
!
350
+
!
351
351
352
352
**Response**
353
353
@@ -494,7 +494,7 @@ After a while, the status will show as **DEAD**.
494
494
495
495
[OPTION BEGIN [SAP AI Core SDK]]
496
496
497
-
Creat a configuration using the following code snippet:
497
+
Create a configuration using the following code snippet:
0 commit comments