From 9e6bc1d8afe35dc866dabd08e725599b2e6c3d69 Mon Sep 17 00:00:00 2001 From: Kubernetes Prow Robot Date: Wed, 4 Mar 2020 17:32:38 -0800 Subject: [PATCH] Fixed broken links in pipeline sdk-overview (#1768) * Fixed broken links in pipeline sdk-overview * changed notebook title --- content/docs/pipelines/sdk/sdk-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/pipelines/sdk/sdk-overview.md b/content/docs/pipelines/sdk/sdk-overview.md index 445d155540..fca2459e0d 100644 --- a/content/docs/pipelines/sdk/sdk-overview.md +++ b/content/docs/pipelines/sdk/sdk-overview.md @@ -384,7 +384,7 @@ You can also choose to share your pipeline as follows: {{% alert title="More about the above workflow" color="info" %}} For an example of the above workflow, see the -Jupyter notebook titled [KubeFlow Pipelines basic component build](https://github.com/kubeflow/pipelines/blob/master/samples/core/component_build/component_build.ipynb) on GitHub. +Jupyter notebook titled [KubeFlow Pipelines container building](https://github.com/kubeflow/pipelines/blob/master/samples/core/container_build/container_build.ipynb) on GitHub. {{% /alert %}} @@ -560,7 +560,7 @@ Below is a more detailed explanation of the above diagram: ``` {{% alert title="More about the above workflow" color="info" %}} For an example, see the -[`xgboost-training-cm.py`](https://github.com/kubeflow/pipelines/blob/master/samples/core/xgboost-spark/xgboost-training-cm.py) +[`xgboost-training-cm.py`](https://github.com/kubeflow/pipelines/blob/master/samples/core/xgboost_training_cm/xgboost_training_cm.py) pipeline sample on GitHub. The pipeline creates an XGBoost model using structured data in CSV format. {{% /alert %}}