From 8252fc73196198fbc91c07579dc9aae692a46d23 Mon Sep 17 00:00:00 2001 From: Lasse Benninga Date: Tue, 28 Jul 2026 22:18:20 +0200 Subject: [PATCH] docs: point assignment brief link to live Notion page Replace the datatrack GitHub markdown URL with the student-facing Week 13 Assignment Notion page. Co-authored-by: Cursor --- README.md | 2 +- task-1/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cefafb5..fd4900b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Databricks Lab:** PySpark exploration, dbt incremental models on Delta Lake, and Git-backed Job scheduling. -Full instructions live in the curriculum: [Week 13 Assignment](https://github.com/HackYourFuture/datatrack/blob/main/Data%20Track/Week%2013/week_13__7_assignment.md). +Full instructions live in the curriculum: [Week 13 Assignment](https://www.notion.so/hackyourfuture/Assignment-2af50f64ffc98112b371c42a3f469749). ## Where to start diff --git a/task-1/README.md b/task-1/README.md index 973f050..569d9a9 100644 --- a/task-1/README.md +++ b/task-1/README.md @@ -11,4 +11,4 @@ Add your Databricks notebook here. - Results displayed with `show()` on small aggregated DataFrames (not `collect()` on the raw table). - Two or three sentences on when you would choose PySpark versus dbt SQL. -See the [Week 13 assignment](https://github.com/HackYourFuture/datatrack/blob/main/Data%20Track/Week%2013/week_13__7_assignment.md) for full requirements. +See the [Week 13 assignment](https://www.notion.so/hackyourfuture/Assignment-2af50f64ffc98112b371c42a3f469749) for full requirements.