From 6b37a4029362eb7cc7523961b68e66484c03d883 Mon Sep 17 00:00:00 2001 From: Jane Man Date: Wed, 16 Oct 2019 00:59:39 -0700 Subject: [PATCH] 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 --- demos/simple_pipeline/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/simple_pipeline/README.md b/demos/simple_pipeline/README.md index 816192f00..a2bafaad3 100644 --- a/demos/simple_pipeline/README.md +++ b/demos/simple_pipeline/README.md @@ -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: ```