Skip to content

Commit 9d2302a

Browse files
authored
docs: renumbers the assignments in the syllabus (#749)
Signed-off-by: Anthony D. Mays <anthony@morganlatimer.com>
1 parent d9dbff6 commit 9d2302a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

syllabus/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ Regular course work and homework assignments will be provided throughout lessons
171171
<td>
172172
<b>Frontend Programming, Week 1</b>
173173
<ul>
174-
<li><a href="../lesson_21"> Lesson 21 - Computer Languages</a></li>
175-
<li><a href="../lesson_22">Lesson 22 - Building Applications</a></li>
176-
<li><a href="../lesson_23">Lesson 23 - Intro to HTML, CSS, and JS</a></li>
174+
<li><a href="../lesson_18"> Lesson 18 - Computer Languages</a></li>
175+
<li><a href="../lesson_19">Lesson 19 - Building Applications</a></li>
176+
<li><a href="../lesson_20">Lesson 20 - Intro to HTML, CSS, and JS</a></li>
177177
</ul>
178178
</td>
179179
</tr>
@@ -182,9 +182,9 @@ Regular course work and homework assignments will be provided throughout lessons
182182
<td>
183183
<b>Frontend Programming, Week 2</b>
184184
<ul>
185-
<li><a href="../lesson_24">Lesson 24 - JavaScript Deep Dive</a></li>
186-
<li><a href="../lesson_25">Lesson 25 - Intro to React</a></li>
187-
<li><a href="../lesson_26">Lesson 26 - Web APIs using REST</a></li>
185+
<li><a href="../lesson_21">Lesson 21 - JavaScript Deep Dive</a></li>
186+
<li><a href="../lesson_22">Lesson 22 - Intro to React</a></li>
187+
<li><a href="../lesson_23">Lesson 23 - Web APIs using REST</a></li>
188188
</ul>
189189
</td>
190190
</tr>
@@ -194,8 +194,8 @@ Regular course work and homework assignments will be provided throughout lessons
194194
<b>Capstone Project, Week 1</b>
195195
<ul>
196196
<li><a href="../capstone">Capstone Project</a></li>
197-
<li><a href="../lesson_27">Lesson 27 - Integrating with Backend APIs</a></li>
198-
<li><a href="../lesson_28">Lesson 28 - Intro to Databases</a></li>
197+
<li><a href="../lesson_24">Lesson 24 - Integrating with Backend APIs</a></li>
198+
<li><a href="../lesson_25">Lesson 25 - Intro to Databases</a></li>
199199
</ul>
200200
</td>
201201
</tr>

0 commit comments

Comments
 (0)