Skip to content

Commit cc50aca

Browse files
edhenryk8s-ci-robot
authored andcommitted
xgboost url update (kubeflow#1052)
* xgboost url update Pipeline overview doc reflected a stale URL. This commit updates to the correct URL of the xgboost-spark directory of the Kubeflow repo. * Remove docsy submodule Removing the docsy submodule
1 parent ca09f1f commit cc50aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/pipelines/overview/pipelines-overview.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ and [components](/docs/pipelines/concepts/component/).
6060
The screenshots and code below show the `xgboost-training-cm.py` pipeline, which
6161
creates an XGBoost model using structured data in CSV format. You can see the
6262
source code and other information about the pipeline on
63-
[GitHub](https://github.com/kubeflow/pipelines/tree/master/samples/xgboost-spark).
63+
[GitHub](https://github.com/kubeflow/pipelines/tree/master/samples/core/xgboost-spark).
6464

6565
### The runtime execution graph of the pipeline
6666

@@ -75,7 +75,7 @@ Kubeflow Pipelines UI:
7575

7676
Below is an extract from the Python code that defines the
7777
`xgboost-training-cm.py` pipeline. You can see the full code on
78-
[GitHub](https://github.com/kubeflow/pipelines/tree/master/samples/xgboost-spark).
78+
[GitHub](https://github.com/kubeflow/pipelines/tree/master/samples/core/xgboost-spark).
7979

8080
```python
8181

0 commit comments

Comments
 (0)