Skip to content

Commit bdcde6c

Browse files
links updated
links updated
1 parent afc1541 commit bdcde6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tutorials/ai-core-code/ai-core-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ This step requires the GitHub folder that you synced in [this tutorial](https://
264264

265265
<!-- border -->![image](img/file-new.png)
266266

267-
Paste the following snippet into your YAML file. Edit the highlighted lines, using the comments and your own Docker image information. Click **Commit Changes**. The code is also available by following [this link](https://github.com/SAP-samples/ai-core-samples/blob/main/02_ai_core/tutorials/01_create_your_first_machine_learning_project_using_sap_ai_core/01_03_build_a_house_price_predictor_with_sap_ai_core/step-8-code-pipeline.yaml)
267+
Paste the following snippet into your YAML file. Edit the highlighted lines, using the comments and your own Docker image information. Click **Commit Changes**. The code is also available by following [this link](https://raw.githubusercontent.com/SAP-samples/ai-core-samples/main/02_ai_core/tutorials/01_create_your_first_machine_learning_project_using_sap_ai_core/01_03_build_a_house_price_predictor_with_sap_ai_core/step-8-code-pipeline.yaml)
268268

269269
```YAML[4, 15, 25]
270270
apiVersion: argoproj.io/v1alpha1
@@ -638,7 +638,7 @@ docker upload docker.io/<YOUR_DOCKER_USERNAME>/house-price:02
638638
### Update your AI workflow
639639

640640

641-
Locate your workflow (YAML file) in GitHub. Click on the **Pencil Icon** to edit your workflow. The original code is also available by following [this link](https://github.com/SAP-samples/ai-core-samples/blob/main/02_ai_core/tutorials/01_create_your_first_machine_learning_project_using_sap_ai_core/01_03_build_a_house_price_predictor_with_sap_ai_core/step-8-code-pipeline.yaml)
641+
Locate your workflow (YAML file) in GitHub. Click on the **Pencil Icon** to edit your workflow. The original code is also available by following [this link](https://raw.githubusercontent.com/SAP-samples/ai-core-samples/main/02_ai_core/tutorials/01_create_your_first_machine_learning_project_using_sap_ai_core/01_03_build_a_house_price_predictor_with_sap_ai_core/step-8-code-pipeline.yaml)
642642

643643
<!-- border -->![image](img/pipeline-update.png)
644644

tutorials/ai-core-helloworld/ai-core-helloworld.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Type `LearningScenarios/hello_pipeline.yaml` into the **Name your file** field.
158158
159159
<!-- border -->![image](img/name2.png)
160160

161-
Now copy and paste the following snippet to the editor. The code is also available by following [this link](https://github.com/SAP-samples/ai-core-samples/blob/main/02_ai_core/tutorials/01_create_your_first_machine_learning_project_using_sap_ai_core/01_02_quick_start_for_your_first_ai_project_using_ai_core/hello_pipeline.yaml).
161+
Now copy and paste the following snippet to the editor. The code is also available by following [this link](https://raw.githubusercontent.com/SAP-samples/ai-core-samples/main/02_ai_core/tutorials/01_create_your_first_machine_learning_project_using_sap_ai_core/01_02_quick_start_for_your_first_ai_project_using_ai_core/hello_pipeline.yaml).
162162

163163
```YAML
164164
apiVersion: argoproj.io/v1alpha1

0 commit comments

Comments
 (0)