Updates course navigation to new module location

Updates the "Start Here" link in the course navigation to
reflect the new location of the setup README.md file.
This commit is contained in:
Vijay Janapa Reddi
2025-07-09 18:02:37 -04:00
parent 9f09f88f4a
commit b51ff16619

View File

@@ -258,7 +258,7 @@ def cmd_info(args):
nav_text.append("🎯 Detailed Guide: ", style="dim")
nav_text.append("COURSE_GUIDE.md\n", style="cyan underline")
nav_text.append("🚀 Start Here: ", style="dim")
nav_text.append("projects/setup/README.md", style="cyan underline")
nav_text.append("modules/setup/README.md", style="cyan underline")
console.print(Panel(nav_text, title="📋 Course Navigation", border_style="bright_green"))
console.print()