Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links #1060

Merged
merged 1 commit into from
Aug 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/pipelines/pipelines-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Follow these steps to set up the necessary GCP services and run the sample:

You can find the source code for the XGBoost training sample in the
[Kubeflow Pipelines
repo](https://github.com/kubeflow/pipelines/tree/master/samples/core/xgboost-spark).
repo](https://github.com/kubeflow/pipelines/tree/master/samples/core/xgboost_training_cm).

## Clean up your GCP environment

Expand Down
2 changes: 1 addition & 1 deletion content/docs/pipelines/sdk/output-viewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ Kubeflow Pipelines UI. For help getting started with the UI, follow the
[Kubeflow Pipelines quickstart](/docs/pipelines/pipelines-quickstart/).

The sample code is available in the [Kubeflow Pipelines samples
repo](https://github.com/kubeflow/pipelines/tree/master/samples/tfx). The
repo](https://github.com/kubeflow/pipelines/tree/master/samples/core/tfx_cab_classification). The
pipeline uses a number of prebuilt, reusable components, including:

* The [Confusion Matrix
Expand Down