Skip to content

Commit

Permalink
Update docs/guides/implement_custom_components.md
Browse files Browse the repository at this point in the history
Co-authored-by: Robbe Sneyders <[email protected]>
  • Loading branch information
mrchtr and RobbeSneyders authored Feb 5, 2024
1 parent dfff459 commit b841efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/implement_custom_components.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ image type, downloads the images, and filters them by alt text language.

If you want to inspect your final dataset without using the data explorer or use the
dataset for further tasks, we recommend to write the final dataset to a destination.
We offer a write component to perform this task. You can leverage the `write_to_file` component,
We offer [write components](../components//hub.md) to perform this task, for instance the `write_to_file` component,
which allows you to export the dataset either to a local file or a remote storage bucket.

```python
Expand Down

0 comments on commit b841efb

Please sign in to comment.