diff --git a/packages/web-react/src/components/Dropdown/README.md b/packages/web-react/src/components/Dropdown/README.md index 120c40d715..2c345358d5 100644 --- a/packages/web-react/src/components/Dropdown/README.md +++ b/packages/web-react/src/components/Dropdown/README.md @@ -1,6 +1,6 @@ # Dropdown -⚠️ Dropdown component is [deprecated][deprecated] and will be removed in the next major version. Please use "DropdownModern" component instead. +⚠️ Dropdown component is [deprecated][readme-deprecations] and will be removed in the next major version. Please use "DropdownModern" component instead. This is the React implementation of the [Dropdown][dropdown] component. ## Usage @@ -59,7 +59,7 @@ and [escape hatches][readme-escape-hatches]. # DropdownModern -⚠️ `DropdownModern` component is [deprecated][deprecated] and will be renamed to `Dropdown` in the next major version. +⚠️ `DropdownModern` component is [deprecated][readme-deprecations] and will be renamed to `Dropdown` in the next major version. ## Usage @@ -168,7 +168,6 @@ On top of the API options, the components accept [additional attributes][readme- If you need more control over the styling of a component, you can use [style props][readme-style-props] and [escape hatches][readme-escape-hatches]. -[deprecated]: https://github.com/lmc-eu/spirit-design-system/tree/main/packages/web-react/README.md#deprecations [dictionary-placement]: https://github.com/lmc-eu/spirit-design-system/tree/main/docs/DICTIONARIES.md#placement [dropdown]: https://github.com/lmc-eu/spirit-design-system/tree/main/packages/web/src/scss/components/Dropdown [dropdownbreakpoint]: https://github.com/lmc-eu/spirit-design-system/blob/main/packages/web-react/src/types/dropdown.ts#L11 diff --git a/packages/web-react/src/components/DropdownModern/README.md b/packages/web-react/src/components/DropdownModern/README.md index 29b82d488b..5ba54cf67c 100644 --- a/packages/web-react/src/components/DropdownModern/README.md +++ b/packages/web-react/src/components/DropdownModern/README.md @@ -1,6 +1,6 @@ # DropdownModern -⚠️ `DropdownModern` component is [deprecated] and will be renamed to `Dropdown` in the next major version. +⚠️ `DropdownModern` component is [deprecated][deprecated] and will be renamed to `Dropdown` in the next major version. For more information and implementation examples, please visit the [`DropdownModern` section][dropdown-modern-section] section in the [readme][dropdown] for the `Dropdown` component.