Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 046e304

Browse files
committed
fix(docs): fixed source links #2
1 parent c269114 commit 046e304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/routes/docs/core/[utility]/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<span class="dark:text-zinc-200">•</span>
6868
{#if data.Component}
6969
<a
70-
href="https://github.com/svelte-librarian/sv-use/tree/main/docs/src/lib/docs/core/{$page
70+
href="https://github.com/svelte-librarian/sv-use/tree/main/docs/content/docs/core/{$page
7171
.params.utility}/Demo.svelte"
7272
target="_blank"
7373
class="text-svelte dark:text-darksvelte underline"
@@ -77,7 +77,7 @@
7777
<span class="dark:text-zinc-200">•</span>
7878
{/if}
7979
<a
80-
href="https://github.com/svelte-librarian/sv-use/tree/main/docs/src/lib/docs/core/{$page
80+
href="https://github.com/svelte-librarian/sv-use/tree/main/docs/content/docs/core/{$page
8181
.params.utility}/index.md"
8282
target="_blank"
8383
class="text-svelte dark:text-darksvelte underline"

0 commit comments

Comments
 (0)