From 08603f1f21f69b9f048fc49ea3a925121135aa4e Mon Sep 17 00:00:00 2001 From: gzb1128 <591605936@qq.com> Date: Fri, 7 Feb 2025 16:07:11 +0800 Subject: [PATCH] Docs: fix readme link text bug Signed-off-by: gzb1128 <591605936@qq.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d25babc..bdcbdc7 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ spec: ## Quick Start -After installation, you can either run a WorkflowRun directly or from a Workflow Template. Every step in the workflow should have a type and some parameters, in which defines how this step works. You can use the [built-in step type definitions](./examples/built-in-workflow-def.md) or [write your own custom step types](#how-to-write-custom-steps). +After installation, you can either run a WorkflowRun directly or from a Workflow Template. Every step in the workflow should have a type and some parameters, in which defines how this step works. You can use the [built-in step type definitions](https://kubevela.io/docs/next/end-user/workflow/built-in-workflow-defs) or [write your own custom step types](#how-to-write-custom-steps). > Please checkout the [WorkflowRun Specification](https://kubevela.io/docs/next/end-user/pipeline/workflowrun#workflowrun) and [WorkflowRun Status](https://kubevela.io/docs/next/end-user/pipeline/workflowrun#status) for more details. @@ -174,4 +174,4 @@ You just need to initialize a workflow instance and generate all the task runner ## Contributing -Check out [CONTRIBUTING](https://kubevela.io/docs/contributor/overview) to see how to develop with KubeVela Workflow. \ No newline at end of file +Check out [CONTRIBUTING](https://kubevela.io/docs/contributor/overview) to see how to develop with KubeVela Workflow.