From dfff4593211710afddb9df0b5c045690d097bcfb Mon Sep 17 00:00:00 2001 From: Matthias Richter Date: Mon, 5 Feb 2024 11:24:04 +0100 Subject: [PATCH] Update docs/guides/build_a_simple_pipeline.md Co-authored-by: Robbe Sneyders --- docs/guides/build_a_simple_pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/build_a_simple_pipeline.md b/docs/guides/build_a_simple_pipeline.md index 97c60ff3..2228e67d 100644 --- a/docs/guides/build_a_simple_pipeline.md +++ b/docs/guides/build_a_simple_pipeline.md @@ -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