From 9a27125948793d723afa888d5922d666f3a473c6 Mon Sep 17 00:00:00 2001 From: Ashwin Maran <amaran@wisc.edu> Date: Tue, 29 Nov 2022 14:31:29 -0600 Subject: [PATCH] typo fix --- lab-p12/practice.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lab-p12/practice.ipynb b/lab-p12/practice.ipynb index 0814cf2..f8cf839 100644 --- a/lab-p12/practice.ipynb +++ b/lab-p12/practice.ipynb @@ -779,7 +779,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-f22-projectdesign/-/raw/main/p12/2019-2020.html'\n", + "# 'https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-f22-projects/-/raw/main/p12/2019-2020.html'\n", "# to the file '2019-2020.html'\n" ] }, @@ -791,7 +791,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-f22-projectdesign/-/raw/main/p12/2020-2021.html'\n", + "# 'https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-f22-projects/-/raw/main/p12/2020-2021.html'\n", "# to the file '2020-2021.html'\n" ] }, @@ -803,7 +803,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-f22-projectdesign/-/raw/main/p12/2021-2022.html'\n", + "# 'https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-f22-projects/-/raw/main/p12/2021-2022.html'\n", "# to the file '2021-2022.html'\n" ] }, -- GitLab