From 7ed996bd889b2ba3d04739857fce746b44f553c8 Mon Sep 17 00:00:00 2001 From: Yihong Wang Date: Fri, 30 Jun 2023 11:04:45 -0700 Subject: [PATCH] fix broken link for kfp-tekton (#3265) update the broken link to current kfp-tekton user guide. Signed-off-by: Yihong Wang --- .../docs/components/pipelines/v1/sdk/pipelines-with-tekton.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/components/pipelines/v1/sdk/pipelines-with-tekton.md b/content/en/docs/components/pipelines/v1/sdk/pipelines-with-tekton.md index bf7bd90ce5..7c8e019c31 100644 --- a/content/en/docs/components/pipelines/v1/sdk/pipelines-with-tekton.md +++ b/content/en/docs/components/pipelines/v1/sdk/pipelines-with-tekton.md @@ -6,8 +6,8 @@ weight = 140 +++ You can use the [KFP-Tekton SDK](https://github.com/kubeflow/kfp-tekton/tree/master/sdk) -to compile, upload and run your Kubeflow Pipeline DSL Python scripts on a -[Kubeflow Pipelines with Tekton backend](https://github.com/kubeflow/kfp-tekton/tree/master/tekton_kfp_guide.md). +to compile, upload and run your Kubeflow Pipeline DSL Python scripts on a +[Kubeflow Pipelines with Tekton backend](https://github.com/kubeflow/kfp-tekton/tree/master/guides/kfp-user-guide). ## SDK packages