Skip to content

Commit

Permalink
Fix get started link
Browse files Browse the repository at this point in the history
  • Loading branch information
huntermacd committed Aug 29, 2024
1 parent 7dd401a commit 908ac69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_includes/get-started.liquid
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="get-started">
<a href="../table-of-contents/" aria-label="Read the {{ title }} eBook">Get Started<i class="gs-arrow-right"></i></a>
</div>
<a {% if page.fileSlug == 'table-of-contents' %} href="../chapters/chapter-1/" {% else %} href="../table-of-contents/" {% endif %} aria-label="Read the {{ title }} eBook">Get Started<i class="gs-arrow-right"></i></a>
</div>

0 comments on commit 908ac69

Please sign in to comment.