From 8d81635b562c6029acadbc1e42751d47287c426c Mon Sep 17 00:00:00 2001 From: Philippe Modard Date: Mon, 15 Apr 2024 07:45:58 +0200 Subject: [PATCH] Fix link in the README file (#930) https://fondant.ai/en/latest/guides/first_pipeline returns 404 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bddaeeb3..7c51c708 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Towards that end, Fondant offers: ## 💨 Getting Started -Eager to get started? Follow our [**step by step guide**](https://fondant.ai/en/latest/guides/first_pipeline/) to get your first pipeline up and running. +Eager to get started? Follow our [**step by step guide**](https://fondant.ai/en/latest/guides/first_dataset/) to get your first pipeline up and running.

(back to top)

@@ -116,7 +116,7 @@ pip install fondant Fondant also includes extra dependencies for specific runners, storage integrations and publishing components to registries. The dependencies for the local runner (docker) is included by default. -For more detailed installation options, check the [**installation page**](https://fondant.ai/en/latest/guides/installation/)on our documentation. +For more detailed installation options, check the [**installation page**](https://fondant.ai/en/latest/guides/installation/) on our documentation. ## 👨‍💻 Usage @@ -150,7 +150,7 @@ dataset = dataset.apply( ) ``` -Custom use cases require the creation of custom components. Check out our [getting started page](https://fondant.ai/en/latest/guides/first_pipeline/) to learn +Custom use cases require the creation of custom components. Check out our [getting started page](https://fondant.ai/en/latest/guides/first_dataset/) to learn more about how to build custom pipelines and components. ### Running your pipeline