Skip to content

Commit d03d687

Browse files
committed
Fix cookbook link on main page
1 parent d262e38 commit d03d687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
class="flex gap-1 overflow-auto text-balance rounded-b-md bg-background-lighter px-4 py-3 text-sm sm:text-xs"
101101
>
102102
<span class="text-soft"> Like what you see? </span>
103-
<a class="underline" href="/">See our full cookbook.</a>
103+
<a class="underline" href="/docs/cookbook/the-cookbook">See our full cookbook.</a>
104104
</div>
105105
</div>
106106
</div>

0 commit comments

Comments
 (0)