Skip to content

Commit 7ae1c87

Browse files
committed
fix link
1 parent f6b20c3 commit 7ae1c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ <h4 class="text-primary">Schedule</h4>
177177
<div class="panel-body">
178178
<p class="blurb">Labs in CS41 provide a hands-on opportunity to experiment with the Python concepts presented in lectures. Although students work on these labs during an 80-minute class period, it would take much longer to fully complete a lab. Each lab comes with a number of challenge problems that will take even the experiences programmer nontrivial time. Labs are collaborative and open-ended, frequently asking you to think about how or why Python makes the decisions it does.</p>
179179
<p class="blurb">Each problem is chosen to reinforce a particular concept, but you are free to skip around at will. You are not expected to submit your solutions to labs, although our reference solutions will be posted afterwards. Think of labs as a chance to solidify your working knowledge of Python - after all, what better way to learn Python than to practice it?</p>
180-
<b class="blurb">See <a href="lab_assignments.html">Lab Assignments</a> for your lab assignment!</b>
180+
<b class="blurb">See <a href="lab-assignments.html">Lab Assignments</a> for your lab assignment!</b>
181181
</div>
182182
<table class="table table-striped table-hover table-bordered">
183183
<thead>

0 commit comments

Comments
 (0)