diff --git a/packages/core/src/components/popover/popoverSharedProps.ts b/packages/core/src/components/popover/popoverSharedProps.ts index b5bd7dbd9b..25a4ee8827 100644 --- a/packages/core/src/components/popover/popoverSharedProps.ts +++ b/packages/core/src/components/popover/popoverSharedProps.ts @@ -98,7 +98,7 @@ export interface IPopoverSharedProps extends IOverlayableProps, IProps { /** * Popper modifier options, passed directly to internal Popper instance. See - * https://popper.js.org/popper-documentation.html#modifiers for complete + * https://popper.js.org/docs/modifiers/ for complete * details. */ modifiers?: PopperModifiers;