From f97035a31e8b8836e3aff0336d875df2347e24d9 Mon Sep 17 00:00:00 2001
From: wwarriner <wwarriner@gmail.com>
Date: Wed, 10 May 2023 16:33:22 -0500
Subject: [PATCH] updated checklist links

---
 checklist.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/checklist.md b/checklist.md
index f23cc8d..1377217 100644
--- a/checklist.md
+++ b/checklist.md
@@ -14,10 +14,10 @@ Steps can be performed by any Teachers and Instructors unless otherwise noted.
 - [ ] Add course Teachers and Instructors as needed.
     - Must be done by [IOR](#abbreviations) _after_ merge step is complete! Otherwise, adds may need to be redone.
     - Please visit [Canvas: Add/Remove User(s) SLA page](https://uabprod.service-now.com/service_portal?id=sc_cat_item&sys_id=76f97b59374a670024a67c1643990ece).
-- [ ] Upload [Syllabus HTML](data_science_journal_club_syllabus.html)
+- [ ] Upload [Syllabus HTML](syllabus.html)
     1. Navigate to Syllabus page.
     2. Switch text entry box to raw HTML mode by clicking `</>` symbol at bottom-right of box.
-    3. Copy-paste [HTML](data_science_journal_club_syllabus.html) into text entry box.
+    3. Copy-paste [HTML](syllabus.html) into text entry box.
     4. Update Demonstration assignment links.
         1. Look for the three HTML tags like `<a title="Demonstration #1" href="">`.
         2. For each one, add the appropriate assignment page path, which should look like `/courses/$course_number/assignments/$assignment_number`, e.g. like `/courses/1601187/assignments/6860919`. This can be found by visiting the assignment to get the `$course_number` and `$assignment_number` values.
@@ -41,12 +41,12 @@ Steps can be performed by any Teachers and Instructors unless otherwise noted.
     5. Click "Build" button.
     6. Follow instructions at [Syllabus Affirmation Assignment](syllabus_affirmation_assignment.md).
     7. Click "Done" button.
-- [ ] Set up the [Demonstration Assignment HTML](data_science_journal_club_demonstration_assignment.html)
+- [ ] Set up the [Demonstration Assignment HTML](demonstration_assignment.html)
     1. Navigate to Assignments page.
     2. Click "+ Assignment" button.
     3. Enter Assignment Name in text entry box: `Demonstration #1`.
     4. Switch text entry box to raw HTML mode by clicking `</>` symbol at bottom-right of box.
-    5. Copy-paste [HTML](data_science_journal_club_demonstration_assignment.html) into text entry box.
+    5. Copy-paste [HTML](demonstration_assignment.html) into text entry box.
     6. Update Syllabus link.
         1. On the first line is HTML tag that looks like `<a title="Syllabus" href="">`.
         2. Copy-paste Syllabus Page URL between double quotes after `href=`.
@@ -115,7 +115,7 @@ Steps can be performed by any Teachers and Instructors unless otherwise noted.
     2. Click `+ Announcements` button.
     3. Enter Topic Title as "Welcome to the Data Science Journal Club course!"
     4. Switch text entry box to raw HTML mode by clicking `</>` symbol at bottom-right of box.
-    5. Copy-paste [HTML](data_science_journal_welcome_announcement.html) into text entry box.
+    5. Copy-paste [HTML](welcome_announcement.html) into text entry box.
     6. Switch to WYSIWYG mode: click `</>` symbol again.
     7. Modify as necessary to be relevant to the current session.
 
-- 
GitLab