Skip to content

Commit 81dd96d

Browse files
authored
Fix incorrect submit add-on hyperlink (#4)
1 parent c95187f commit 81dd96d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/partials/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="w-2/3 max-md:w-full">
99
<h1 class="text-5xl md:text-7xl font-semibold">Add-ons</h1>
1010
<p class="text-xl text-neutral-400 mt-2">Add-on widgets and containers for the Fyne toolkit.
11-
<br><a href="https://docs.fyne.io/submit/addon" class="text-primary-400 hover:underline">Submit yours here</a>
11+
<br><a href="https://docs.fyne.io/submit-addon" class="text-primary-400 hover:underline">Submit yours here</a>
1212
</p>
1313
</div>
1414
<div class="flex items-center gap-1 cursor-pointer mt-4">

0 commit comments

Comments
 (0)