Skip to content

Commit

Permalink
Update docs/guides/build_a_simple_pipeline.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 7209de2 commit dfff459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/build_a_simple_pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ you will be able to view the images that have been downloaded.

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 dfff459

Please sign in to comment.