Skip to content

Commit

Permalink
Fixed broken links in pipeline sdk-overview (#1768)
Browse files Browse the repository at this point in the history
* Fixed broken links in pipeline sdk-overview

* changed notebook title
  • Loading branch information
k8s-ci-robot committed Mar 5, 2020
1 parent 5c114a5 commit 9e6bc1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/pipelines/sdk/sdk-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}

<a id="lightweight-component"></a>
Expand Down Expand Up @@ -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 %}}
Expand Down

0 comments on commit 9e6bc1d

Please sign in to comment.