Skip to content

Commit ea7bd68

Browse files
authored
bug(input): fix broken links (#4706)
1 parent f5b74ff commit ea7bd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/components/input/docs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The static state is for form elements that can’t be modified by the user. It i
2424

2525
In order to have an actionable SVG within the input, like a clear or increment/decrement button, the icon must be contained within a button, not an anchor `<a>`, in order for pointer events to work properly.
2626

27-
You can see examples of the correct markup in the [Left Icon & Clear Button example](/components/input/?example=double-icon&variant=base) or the [Counter example](/components/input/?example=increment-decrement-counter&variant=base).
27+
You can see examples of the correct markup in the [Left Icon & Clear Button example](#Icon-and-clear-button) or the [Counter component](/components/counter/).
2828

2929
### Accessibility
3030

0 commit comments

Comments
 (0)