From 3c7db0484658350614cfaab4860e9cd2fceca7ab Mon Sep 17 00:00:00 2001 From: Sean Walsh <39013096+seancwalsh@users.noreply.github.com> Date: Fri, 10 Dec 2021 14:24:40 +0200 Subject: [PATCH] chore: update link to Tooltip docs Update JSDoc link in Tooltip component to go the correct link --- packages/tooltip/src/tooltip.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tooltip/src/tooltip.tsx b/packages/tooltip/src/tooltip.tsx index 696580032d0..b4fa86901b8 100644 --- a/packages/tooltip/src/tooltip.tsx +++ b/packages/tooltip/src/tooltip.tsx @@ -57,7 +57,7 @@ const StyledTooltip = chakra(motion.div) /** * Tooltips display informative text when users hover, focus on, or tap an element. * - * @see Docs https://chakra-ui.com/components/tooltip + * @see Docs https://chakra-ui.com/docs/overlay/tooltip * @see WAI-ARIA https://www.w3.org/TR/wai-aria-practices/#tooltip */ export const Tooltip = forwardRef((props, ref) => {