Skip to content

Commit

Permalink
Update docs/website/docs/general-usage/resource.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Mar 11, 2024
1 parent e75560c commit ec77a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/general-usage/resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords: [resource, api endpoint, dlt.resource]

## Declare a resource

A [resource](glossary.md#resource) is an ([optionally async](https://dlthub.com/docs/reference/performance#parallelism)) function that yields data. To create a
A [resource](glossary.md#resource) is an ([optionally async](../reference/performance.md#parallelism)) function that yields data. To create a
resource, we add the `@dlt.resource` decorator to that function.

Commonly used arguments:
Expand Down

0 comments on commit ec77a3f

Please sign in to comment.