Skip to content

Commit 3f6ed72

Browse files
committed
Update doc link for the input component
1 parent 55c3363 commit 3f6ed72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export namespace InputProps {
5151
}
5252

5353
/**
54-
* @see <https://react-dsfr-components.etalab.studio/?path=/docs/components-highlight>
54+
* @see <https://react-dsfr-components.etalab.studio/?path=/docs/components-input>
5555
* */
5656
export const Input = memo(
5757
forwardRef<HTMLDivElement, InputProps>((props, ref) => {

0 commit comments

Comments
 (0)