Skip to content

Commit d8be94e

Browse files
committed
fix dead link on mobile
1 parent 4884ddb commit d8be94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/nav/NavMobile.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface TabData {
1818
1919
const pages: TabData[] = [
2020
{ name: "Docs", link: "/docs", color: "9C0505" },
21-
{ name: "Tutorials", link: "/tutorials/getting-started", color: "1B8C17" },
21+
{ name: "Tutorials", link: "/tutorials/scripting/getting-started", color: "1B8C17" },
2222
{ name: "Tools", link: "/tools", color: "0099B3" }
2323
];
2424

0 commit comments

Comments
 (0)