Skip to content

Commit faa8092

Browse files
committed
fix: docs url
1 parent f71ba8f commit faa8092

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ app.get("/docs", () => {
99
return new Response(null, {
1010
status: 302,
1111
headers: {
12-
Location: "/docs/getting-started",
12+
Location: "/docs/index",
1313
},
1414
});
1515
});

routes/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function Home() {
4646
Learn More
4747
</a>
4848
<a
49-
href="/docs/getting-started"
49+
href="/docs/index"
5050
class="border border-surface1 hover:border-surface2 text-text px-8 py-3 rounded-lg font-semibold transition-colors"
5151
>
5252
Documentation
@@ -139,7 +139,7 @@ andromeda run app.ts`}</code>
139139
</p>
140140
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6 max-w-4xl mx-auto">
141141
<a
142-
href="/docs/getting-started"
142+
href="/docs/index"
143143
class="block p-6 bg-base rounded-lg hover:shadow-md transition-shadow border border-surface0"
144144
>
145145
<h3 class="text-lg font-semibold mb-2 text-text">

0 commit comments

Comments
 (0)