Skip to content

Commit 37dcf2f

Browse files
authored
docs(button): Fix broken link
1 parent 975a7fa commit 37dcf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/button/type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can control the `type` attribute through the `ButtonType` property of the co
2727

2828
## Form Parameter
2929

30-
The Blazor Button has another parameter related to form submission - `Form`. It allows you to associate a form with a submit button, which is outside the form. Use together with the [`Id` parameter of the Form]({%slug form-overview%}#features) and set both parameters to the same `string` value.
30+
The Blazor Button has another parameter related to form submission - `Form`. It allows you to associate a form with a submit button, which is outside the form. Use together with the [`Id` parameter of the Form]({%slug form-overview%}#form-parameters) and set both parameters to the same `string` value.
3131

3232

3333
## See Also

0 commit comments

Comments
 (0)