Skip to content

Commit ea6d165

Browse files
authored
Docs: Readme link text bug fix (#200)
Docs: fix readme link text bug Signed-off-by: gzb1128 <[email protected]>
1 parent d8a85b2 commit ea6d165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888

8989
## Quick Start
9090

91-
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).
91+
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).
9292

9393
> 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.
9494
@@ -174,4 +174,4 @@ You just need to initialize a workflow instance and generate all the task runner
174174

175175
## Contributing
176176

177-
Check out [CONTRIBUTING](https://kubevela.io/docs/contributor/overview) to see how to develop with KubeVela Workflow.
177+
Check out [CONTRIBUTING](https://kubevela.io/docs/contributor/overview) to see how to develop with KubeVela Workflow.

0 commit comments

Comments
 (0)