From 5b96c1f7e5e617417160332843a553fc2f58e92d Mon Sep 17 00:00:00 2001 From: Mohamed Cherif Date: Sun, 29 Jun 2025 16:00:54 +0100 Subject: [PATCH] Fix broken homework link in week6 page (pointing to cohorts/2024) --- cohorts/2025/06-best-practices/homework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cohorts/2025/06-best-practices/homework.md b/cohorts/2025/06-best-practices/homework.md index db88a00f3..e1864b146 100644 --- a/cohorts/2025/06-best-practices/homework.md +++ b/cohorts/2025/06-best-practices/homework.md @@ -4,7 +4,7 @@ In this homework, we'll take the ride duration prediction model that we deployed in batch mode in homework 4 and improve the reliability of our code with unit and integration tests. -You'll find the starter code in the [homework](homework/) directory. +You'll find the starter code in the [homework](https://github.com/DataTalksClub/mlops-zoomcamp/tree/main/cohorts/2025/06-best-practices/homework/) directory. ## Q1. Refactoring