diff options
| -rw-r--r-- | site/content/docs/5.0/components/dropdowns.md | 2 | ||||
| -rw-r--r-- | site/content/docs/5.0/components/popovers.md | 8 | ||||
| -rw-r--r-- | site/content/docs/5.0/components/tooltips.md | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/site/content/docs/5.0/components/dropdowns.md b/site/content/docs/5.0/components/dropdowns.md index e4c44bead..50dcde2ba 100644 --- a/site/content/docs/5.0/components/dropdowns.md +++ b/site/content/docs/5.0/components/dropdowns.md @@ -900,7 +900,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap <td><code>popperConfig</code></td> <td>null | object</td> <td><code>null</code></td> - <td>To change Bootstrap's default Popper config, see <a href="https://popper.js.org/docs/v1/#Popper.Defaults">Popper's configuration</a></td> + <td>To change Bootstrap's default Popper config, see <a href="https://popper.js.org/docs/v2/constructors/#options">Popper's configuration</a></td> </tr> </tbody> </table> diff --git a/site/content/docs/5.0/components/popovers.md b/site/content/docs/5.0/components/popovers.md index 41b482d03..acc766d71 100644 --- a/site/content/docs/5.0/components/popovers.md +++ b/site/content/docs/5.0/components/popovers.md @@ -251,20 +251,20 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt <td><code>offset</code></td> <td>number | string</td> <td><code>0</code></td> - <td>Offset of the popover relative to its target. For more information refer to Popper's <a href="https://popper.js.org/docs/v1/#modifiers..offset.offset">offset docs</a>.</td> + <td>Offset of the popover relative to its target. For more information refer to Popper's <a href="https://popper.js.org/docs/v2/modifiers/offset">offset docs</a>.</td> </tr> <tr> <td><code>fallbackPlacement</code></td> <td>string | array</td> <td><code>'flip'</code></td> <td>Allow to specify which position Popper will use on fallback. For more information refer to - Popper's <a href="https://popper.js.org/docs/v1/#modifiers..flip.behavior">behavior docs</a></td> + Popper's <a href="https://popper.js.org/docs/v2/modifiers/flip/#fallbackplacements">behavior docs</a></td> </tr> <tr> <td><code>boundary</code></td> <td>string | element</td> <td><code>'scrollParent'</code></td> - <td>Overflow constraint boundary of the popover. Accepts the values of <code>'viewport'</code>, <code>'window'</code>, <code>'scrollParent'</code>, or an HTMLElement reference (JavaScript only). For more information refer to Popper's <a href="https://popper.js.org/docs/v1/#modifiers..preventOverflow.boundariesElement">preventOverflow docs</a>.</td> + <td>Overflow constraint boundary of the popover. Accepts the values of <code>'viewport'</code>, <code>'window'</code>, <code>'scrollParent'</code>, or an HTMLElement reference (JavaScript only). For more information refer to Popper's <a href="https://popper.js.org/docs/v2/utils/detect-overflow/#boundary">preventOverflow docs</a>.</td> </tr> <tr> <td><code>customClass</code></td> @@ -297,7 +297,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt <td><code>popperConfig</code></td> <td>null | object</td> <td><code>null</code></td> - <td>To change Bootstrap's default Popper config, see <a href="https://popper.js.org/docs/v1/#Popper.Defaults">Popper's configuration</a></td> + <td>To change Bootstrap's default Popper config, see <a href="https://popper.js.org/docs/v2/constructors/#options">Popper's configuration</a></td> </tr> </tbody> </table> diff --git a/site/content/docs/5.0/components/tooltips.md b/site/content/docs/5.0/components/tooltips.md index 6f02ac581..6669c7e71 100644 --- a/site/content/docs/5.0/components/tooltips.md +++ b/site/content/docs/5.0/components/tooltips.md @@ -296,7 +296,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt <td><code>popperConfig</code></td> <td>null | object</td> <td><code>null</code></td> - <td>To change Bootstrap's default Popper config, see <a href="https://popper.js.org/docs/v1/#Popper.Defaults">Popper's configuration</a></td> + <td>To change Bootstrap's default Popper config, see <a href="https://popper.js.org/docs/v2/constructors/#options">Popper's configuration</a></td> </tr> </tbody> </table> |
