diff --git a/src/components/dropdown/README.md b/src/components/dropdown/README.md index 31937089dec..0d2205d378a 100755 --- a/src/components/dropdown/README.md +++ b/src/components/dropdown/README.md @@ -242,7 +242,7 @@ Set the `size` prop to either `sm` for small button(s), or `lg` for large button The dropdown trigger buttons can have one of the standard Bootstrap contextual variants applied by setting the prop `variant` to `success`, `primary`, `info`, `danger`, `link` etc. -See the [Variant Reference](/docs/reference/variants) for a list of supported contextual variants. +See the [Variant Reference](/docs/reference/color-variants) for a list of supported contextual variants. You can also apply abritrary classes to the toggle button via the `toggle-class` prop. This prop accepts either a string or array of strings.