Skip to content

Commit a2e2dee

Browse files
committed
fix typo in link on toc
1 parent 60e8306 commit a2e2dee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/theme/templates/table-of-contents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h3>8. <a href="/deployment.html">Web App Deployment</a></h3>
225225
<a href="/operating-systems.html">Operating systems</a>
226226
</div>
227227
<div class="toc-indent">
228-
<a href="/Ubuntu.html">Ubuntu</a>
228+
<a href="/ubuntu.html">Ubuntu</a>
229229
</div>
230230
<div class="toc-indent">
231231
<a href="/web-servers.html">Web servers</a>

table-of-contents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ <h3>8. <a href="/deployment.html">Web App Deployment</a></h3>
252252
<a href="/operating-systems.html">Operating systems</a>
253253
</div>
254254
<div class="toc-indent">
255-
<a href="/Ubuntu.html">Ubuntu</a>
255+
<a href="/ubuntu.html">Ubuntu</a>
256256
</div>
257257
<div class="toc-indent">
258258
<a href="/web-servers.html">Web servers</a>

0 commit comments

Comments
 (0)