From 007ac7f79cbdd9680555d0b98f158b150dbf67af Mon Sep 17 00:00:00 2001 From: Brandon Tran <bqtran2@wisc.edu> Date: Wed, 19 Apr 2023 11:20:31 -0500 Subject: [PATCH] Fix: incorrect link under Function 1 in p12.ipynb --- p12/p12.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p12/p12.ipynb b/p12/p12.ipynb index 7f72d8a..0e42374 100644 --- a/p12/p12.ipynb +++ b/p12/p12.ipynb @@ -249,7 +249,7 @@ "editable": false }, "source": [ - "Now, use `download` to pull the data from here (**do not manually download**): https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projectdesign/-/raw/main/p12/rankings.json and store it in the file `rankings.json`. Once you have created the file, create a Dataframe `rankings` from this file.\n", + "Now, use `download` to pull the data from here (**do not manually download**): https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projects/-/raw/main/p12/rankings.json and store it in the file `rankings.json`. Once you have created the file, create a Dataframe `rankings` from this file.\n", "\n", "**Warning:** Make sure your `download` function meets the specifications mentioned in Lab-P12 and does **not** download the file if it already exists. The TAs will **manually deduct** points otherwise. Make sure you use the `download` function to pull the data instead of manually downloading the files. Otherwise you will get a zero." ] @@ -264,7 +264,7 @@ "outputs": [], "source": [ "# use the 'download' function to download the data from the webpage\n", - "# 'https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projectdesign/-/raw/main/p12/rankings.json'\n", + "# 'https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projects/-/raw/main/p12/rankings.json'\n", "# to the file 'rankings.json'\n" ] }, -- GitLab