diff --git a/src/components/Link/README.md b/src/components/Link/README.md index c5ad002593..ea9f8017d2 100644 --- a/src/components/Link/README.md +++ b/src/components/Link/README.md @@ -171,7 +171,7 @@ LANDING_BLOCK--> | :--------- | :----------------------------------------- | :-------------------------------------------------------: | :--------: | | view | Link appearance | `"normal" \| "primary" \| "secondary"` | `"normal"` | | visitable | Display `:visitable` CSS state | `boolean \| undefined` | -| href | HTML `href` attribute | `string \| undefined` | +| href | HTML `href` attribute | `string` | | target | HTML `target` attribute | `string \| undefined` | | rel | HTML `rel` attribute | `string \| undefined` | | title | HTML `title` attribute | `string \| undefined` |