Skip to content

Commit

Permalink
fix ref
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
neverett committed Nov 21, 2023
1 parent d4d42e0 commit cabd5d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/getting_started/flyte_project_components.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Flyte includes a feature that builds a custom image without having to write a Do
```

(getting_started_workflow_code)=

## Workflow code

The workflow code contains tasks and a workflow, decorated with the `@task` and `@workflow` decorators, respectively.
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/quickstart_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ refers to the function decorated with `@task` or `@workflow` that you wish to ru

In this example, the workflow file `hello_world.py` contains tasks and a workflow, decorated with the `@task` and `@workflow` decorators, respectively. You can invoke tasks and workflows like regular Python methods, and even import and use them in other Python modules or scripts.

To learn more about tasks and workflows, see the {ref}`"Workflow code" section<getting_started_workflow_code>` of {ref}`"Flyte project components"<getting_started_flyte_project_components`.
To learn more about tasks and workflows, see the {ref}`"Workflow code" section<getting_started_workflow_code>` of {ref}`"Flyte project components"<getting_started_flyte_project_components>`.

### @task

Expand Down

0 comments on commit cabd5d6

Please sign in to comment.