From 154682db746b7c3c23d76393bdd28f5688118b56 Mon Sep 17 00:00:00 2001 From: Parameswaran Selvam Date: Tue, 9 Jul 2024 23:42:39 +0530 Subject: [PATCH] Update Code Quality KFP_RAY README.md minor correction in readme Signed-off-by: Parameswaran Selvam --- transforms/code/code_quality/kfp_ray/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transforms/code/code_quality/kfp_ray/README.md b/transforms/code/code_quality/kfp_ray/README.md index f9201bf98..ebbb64f54 100644 --- a/transforms/code/code_quality/kfp_ray/README.md +++ b/transforms/code/code_quality/kfp_ray/README.md @@ -2,7 +2,7 @@ ## Summary -This project allows execution of the [noop Ray transform](../ray) as a +This project allows execution of the [Code Quality Ray transform](../ray) as a [KubeFlow Pipeline](https://www.kubeflow.org/docs/components/pipelines/overview/) The detail pipeline is presented in the [Simplest Transform pipeline tutorial](../../../../kfp/doc/simple_transform_pipeline.md) @@ -25,4 +25,4 @@ make workflow-build ``` The next steps are described in [Deploying a pipeline](../../../../kfp/doc/simple_transform_pipeline.md#deploying-a-pipeline-) -and [Executing pipeline and watching execution results](../../../../kfp/doc/simple_transform_pipeline.md#executing-pipeline-and-watching-execution-results-) \ No newline at end of file +and [Executing pipeline and watching execution results](../../../../kfp/doc/simple_transform_pipeline.md#executing-pipeline-and-watching-execution-results-)