Skip to content

Commit f3a120e

Browse files
committed
Update httlacs to modern project
Also fix links to labs.
1 parent e8d31c5 commit f3a120e

17 files changed

Lines changed: 669 additions & 545 deletions

pretext/Dictionaries/Sparsematrices.ptx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ print(matrix.get((1, 3), 0))
5050
<p>
5151
<ul>
5252
<li>
53-
<p><url href="../Labs/lab12_01.html" visual="../Labs/lab12_01.html">Counting Letters</url> In this guided lab exercise we will work
53+
<p>Counting Letters <xref ref="labs_counting-letters" /> In this guided lab exercise we will work
5454
through a problem solving exercise that will use dictionaries to generalize the solution
5555
to counting the occurrences of all letters in a string.</p>
5656
</li>
@@ -62,7 +62,7 @@ print(matrix.get((1, 3), 0))
6262
<p>
6363
<ul>
6464
<li>
65-
<p><url href="../Labs/lab12_02.html" visual="../Labs/lab12_02.html">Letter Count Histogram</url> Combine the previous lab with the histogram example.</p>
65+
<p>Letter Count Histogram <xref ref="labs_letter-count-histogram" /> Combine the previous lab with the histogram example.</p>
6666
</li>
6767
</ul>
6868
</p>

0 commit comments

Comments
 (0)