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.