Skip to content

Commit

Permalink
Fix linking
Browse files Browse the repository at this point in the history
  • Loading branch information
Cattn committed Jul 2, 2024
1 parent c783499 commit 3258080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/docs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<Accordion.Item value="item-1">
<Accordion.Trigger class="font-bold text-lg">Library Creation Tool</Accordion.Trigger>
<Accordion.Content>
You can find details regarding our library creation tool <Button class="px-0 font-bold underline" variant="link">here</Button> on our github wiki!
You can find details regarding our library creation tool <Button class="px-0 font-bold underline" variant="link" href="https://github.com/Cattn/GBAv3/wiki">here</Button> on our github wiki!
</Accordion.Content>
</Accordion.Item>
<Accordion.Item value="item-2">
Expand Down

0 comments on commit 3258080

Please sign in to comment.