From ba6b6cad0ceab29e8e4cf940d568573d1be9216f Mon Sep 17 00:00:00 2001 From: Edwin Vargas Navarro Date: Tue, 10 Sep 2024 10:42:18 -0700 Subject: [PATCH] changes from andrew --- debugging.md | 2 +- staff.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debugging.md b/debugging.md index 4127662..4d29d21 100644 --- a/debugging.md +++ b/debugging.md @@ -51,7 +51,7 @@ While you might see the correct answer displayed as the result of the cell, chan ### I accidentally deleted something in a cell that was provided to me – how do I get it back? There are two solutions: -1. In [this](https://github.com/data-8/materials-su24) public GitHub repository, you’ll find the “original” versions of all assignments we released this quarter. You can look here and manually add back any necessary code or text that you accidentally deleted. +1. In [this](https://github.com/data-8/materials-fa24) public GitHub repository, you’ll find the “original” versions of all assignments we released this semester. You can look here and manually add back any necessary code or text that you accidentally deleted. 2. Suppose you’re working on Lab 5. One solution is go directly to DataHub and rename your `lab05` folder to something else, like `lab05-old`. Then, click the Lab 5 link on the course website again, and it’ll bring you to a brand-new version of Lab 5. Then, you can copy your work from your old Lab 5 to this new one, which should have everything in it. diff --git a/staff.md b/staff.md index fff8a90..afeed25 100644 --- a/staff.md +++ b/staff.md @@ -20,7 +20,7 @@ nav_order: 4 ## Head Teaching Assistants -Email `data8@berkeley.edu` for logistical questions! +**Email [data8@berkeley.edu](mailto:data8@berkeley.edu) for all logistical and student support questions!** {% assign head_teaching_assistants = site.staffers | where: 'role', '20-hour Lead uGSI (UCS2)' %} {% assign num_head_teaching_assistants = head_teaching_assistants | size %}