Skip to content

Commit f7c8c3e

Browse files
committed
Link start button to chapter 04
1 parent 4e233ac commit f7c8c3e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<div class="container">
4040
<h1 class="display-3">Welcome</h1>
4141
<p>This is a tutorial for Python programmers who would like to improve their knowledge of SQL.</p>
42-
<p><a class="btn btn-primary btn-lg" href="/sql_python_tutorial/chapters/" role="button">Start&nbsp;<i class="fa fa-play fa-fw" aria-hidden="true"></i></a></p>
42+
<p><a class="btn btn-primary btn-lg" href="/sql_python_tutorial/chapters/04/" role="button">Start&nbsp;<i class="fa fa-play fa-fw" aria-hidden="true"></i></a></p>
4343
</div>
4444
</div>
4545

templates/pages/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="container">
66
<h1 class="display-3">Welcome</h1>
77
<p>This is a tutorial for Python programmers who would like to improve their knowledge of SQL.</p>
8-
<p><a class="btn btn-primary btn-lg" href="/{{root}}/chapters/" role="button">Start&nbsp;<i class="fa fa-play fa-fw" aria-hidden="true"></i></a></p>
8+
<p><a class="btn btn-primary btn-lg" href="/{{root}}/chapters/04/" role="button">Start&nbsp;<i class="fa fa-play fa-fw" aria-hidden="true"></i></a></p>
99
</div>
1010
</div>
1111

0 commit comments

Comments
 (0)