From a8b51e81c7d3b27d42c4294dac06cbda125e0157 Mon Sep 17 00:00:00 2001 From: Greg Vaslowski <7269272+Vaslo@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:54:40 -0400 Subject: [PATCH] Update index.md Fixed an erroneous link to the Get started with Kedro - Create your first data pipeline with Kedro video. It was accidentally linked to the previous video. Signed-off-by: Greg Vaslowski <7269272+Vaslo@users.noreply.github.com> --- docs/source/course/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/course/index.md b/docs/source/course/index.md index 8b3f49c14f..7d9b9100e3 100644 --- a/docs/source/course/index.md +++ b/docs/source/course/index.md @@ -62,7 +62,7 @@ You don't need to register for the course and you can skip around the sections t 1. [Set up the Kedro Data Catalog](https://www.youtube.com/watch?v=rl2cncGxyts) 1. [Explore the spaceflights data](https://www.youtube.com/watch?v=bZD8N0yv3Fs) 1. [Refactor your data processing code into functions](https://www.youtube.com/watch?v=VFcrvnnNas4) -1. [Create your first data pipeline with Kedro](https://www.youtube.com/watch?v=VFcrvnnNas4) +1. [Create your first data pipeline with Kedro](https://www.youtube.com/watch?v=3YeE_gvDCvw) 1. [Assemble your nodes into a Kedro pipeline](https://www.youtube.com/watch?v=P__gFG1TmMo) 1. [Run your Kedro pipeline](https://www.youtube.com/watch?v=sll_LhZE-p8) 1. [Visualise your data pipeline with Kedro-Viz](https://www.youtube.com/watch?v=KWqSzbHgNW4)