diff --git a/docs/src/content/docs/quick-start/next-steps.mdx b/docs/src/content/docs/quick-start/next-steps.mdx
index 1ce881e7f..fc17185d4 100644
--- a/docs/src/content/docs/quick-start/next-steps.mdx
+++ b/docs/src/content/docs/quick-start/next-steps.mdx
@@ -11,7 +11,7 @@ You've built your first Wails app and understand the basics. Here's where to go
Practice by building complete applications:
-- [TODO App](/tutorials/todo-vanilla) - CRUD operations, state management, modern UI
+- [TODO App](/tutorials/02-todo-vanilla) - CRUD operations, state management, modern UI
- [All Tutorials](/tutorials/overview) - Notes apps, dashboards, system tray apps, and more
## Features
diff --git a/docs/src/content/docs/tutorials/02-todo-vanilla.mdx b/docs/src/content/docs/tutorials/02-todo-vanilla.mdx
index a1be5700e..ae371d93a 100644
--- a/docs/src/content/docs/tutorials/02-todo-vanilla.mdx
+++ b/docs/src/content/docs/tutorials/02-todo-vanilla.mdx
@@ -721,5 +721,5 @@ Now that you understand CRUD operations and state management, try:
- **Add persistence:** Make todos survive app restarts with [SQLite](/guides/patterns/database)
- **Add more features:** Filtering (all/active/completed), editing existing todos, bulk operations
-- **Explore the Notes tutorial:** See how file operations work in [Notes](/tutorials/notes-vanilla)
+- **Explore the Notes tutorial:** See how file operations work in [Notes](/tutorials/03-notes-vanilla)
- **Build something real:** Take these concepts and build your own app!
diff --git a/docs/src/content/docs/tutorials/overview.mdx b/docs/src/content/docs/tutorials/overview.mdx
index af862358d..74ee3a62b 100644
--- a/docs/src/content/docs/tutorials/overview.mdx
+++ b/docs/src/content/docs/tutorials/overview.mdx
@@ -57,7 +57,7 @@ Build a complete TODO list application with a beautiful, modern interface. This
**Best for:** Your first complete Wails application - perfect for understanding the fundamentals before adding framework complexity
-Get Started
+Get Started
---
@@ -80,5 +80,5 @@ Build an Apple Notes-style application with native file dialogs and auto-save fu
**Best for:** Learning desktop-specific features like file operations and native OS dialogs
-Get Started
+Get Started