From 2fd09ca72f54adfd126a9404853bda602c3239a1 Mon Sep 17 00:00:00 2001
From: Sebastian Kimberk
Date: Tue, 16 Sep 2025 15:33:11 -0700
Subject: [PATCH 1/2] Update link to Numba parallel docs
The URL Numba docs are hosted at have changed, the current URL results in a 404 error. Updated URL to the new docs.
---
module3/module3/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/module3/module3/index.html b/module3/module3/index.html
index 278f5534..28b172d6 100644
--- a/module3/module3/index.html
+++ b/module3/module3/index.html
@@ -1380,7 +1380,7 @@ Task 3.1: Parallelization
This task requires basic familiarity with Numba prange.
Be sure to very carefully read the section on
parallelism,
-Numba.
+Numba.
The main backend for our codebase are the three functions map,
zip, and reduce. If we can speed up these three, everything we
@@ -1935,4 +1935,4 @@