From 7111c0707eee30ca26192a08eff52ad0248dd6f5 Mon Sep 17 00:00:00 2001 From: Ohachor Victor Date: Thu, 21 Aug 2025 18:24:35 +0100 Subject: [PATCH] Updated Readme to change directory to the correct path --- .../materials/1-dimensional-data-modeling/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intermediate-bootcamp/materials/1-dimensional-data-modeling/README.md b/intermediate-bootcamp/materials/1-dimensional-data-modeling/README.md index 56fdd182d..8c8e4a679 100644 --- a/intermediate-bootcamp/materials/1-dimensional-data-modeling/README.md +++ b/intermediate-bootcamp/materials/1-dimensional-data-modeling/README.md @@ -31,7 +31,7 @@ Clone the course files onto your machine: ```bash git clone git@github.com:DataExpert-io/data-engineer-handbook.git -cd data-engineer-handbook/bootcamp/materials/1-dimensional-data-modeling +cd data-engineer-handbook/intermediate-bootcamp/materials/1-dimensional-data-modeling ``` > 🔐 Need SSH set up first? Use [GitHub’s SSH guide](https://docs.github.com/en/authentication/connecting-to-github-with-ssh)