Skip to content

Commit 9b83b9a

Browse files
committed
update nav links
1 parent 8729f80 commit 9b83b9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

theme/templates/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<div class="row"><div class="c12"><div class="hd"><a href="/"><img src="/img/logos/f.png" class="hdr" alt="Full Stack Python logo"></a><span class="hdt"> <a href="/">Full Stack Python</a></span></div>{% include "subnav.html" %}</div></div>
1+
<div class="row"><div class="c12"><div class="hd"><a href="https://www.fullstackpython.com/"><img src="/img/logos/f.png" class="hdr" alt="Full Stack Python logo"></a><span class="hdt"> <a href="https://www.fullstackpython.com/">Full Stack Python</a></span></div>{% include "subnav.html" %}</div></div>

theme/templates/table-of-contents.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<h1>Table of Contents</h1>
1818
<div class="row">
1919
<div class="c4 toc">
20-
<h3>1. <a href="/">Introduction</a></h3>
20+
<h3>1. <a href="https://www.fullstackpython.com/">Introduction</a></h3>
2121
<h4>1.1 <a href="/learning-programming.html">Learning Programming</a></h4>
2222
<div class="tc"><a href="/python-programming-language.html">The Python Language</a></div>
2323
<div class="tc"><a href="/why-use-python.html">Why Use Python?</a></div>

0 commit comments

Comments
 (0)