Skip to content

Commit 98e21aa

Browse files
Update index.md
1 parent cdddf65 commit 98e21aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/advanced/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Advanced Concepts
3-
slug_title: Basic Concepts
3+
slug_title: Advanced Concepts
44
slug_subtitle:
55
slug_image: "/assets/images/slugs/adn44_preview1.jpg"
66
layout: home
@@ -23,7 +23,7 @@ This section describes many of the game’s advanced concepts.
2323

2424
<div class="nav-buttons">
2525
<!-- Previous Button -->
26-
<a href="./docs/introduction/run-example" class="nav-button" aria-label="Previous page">
26+
<a href="/docs/introduction/run-example" class="nav-button" aria-label="Previous page">
2727
<div class="nav-item">
2828
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
2929
<path d="M30 20L20 30L30 40" />
@@ -32,7 +32,7 @@ This section describes many of the game’s advanced concepts.
3232
</a>
3333

3434
<!-- Next Button -->
35-
<a href="/docs/introduction/playing" class="nav-button" aria-label="Next page">
35+
<a href="/docs/advanced/effects" class="nav-button" aria-label="Next page">
3636
<div class="nav-item">
3737
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
3838
<path d="M20 20L30 30L20 40" />

0 commit comments

Comments
 (0)