Fix broken url for example file in simple_pipeline demos (#660)

* Fix broken url for example file in simple_pipeline demos

* fix TOC from Visual Studio Code
This commit is contained in:
Jane Man 2019-10-16 00:59:39 -07:00 committed by Kubernetes Prow Robot
parent 25a4619827
commit 6b37a40293
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ to execute a Study, which defines a search space for performing training with a
range of different parameters.
Create a Study by applying an
[example file](https://github.com/kubeflow/katib/blob/master/examples/gpu-example.yaml)
[example file](https://github.com/kubeflow/examples/blob/master/demos/simple_pipeline/gpu-example-katib.yaml)
to the cluster:
```