diff options
| author | XhmikosR <[email protected]> | 2019-08-14 22:40:46 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-14 22:40:46 +0300 |
| commit | 4b243de2c0af9325516cd435bd7e9cd4f6da313a (patch) | |
| tree | a7a85796b070bafb6642d13878aff334da092eee /site/content/docs/4.3/getting-started/javascript.md | |
| parent | 9a72d5c29ef3892407f5bf25d5e24241e6a7f9e5 (diff) | |
| download | bootstrap-4b243de2c0af9325516cd435bd7e9cd4f6da313a.tar.xz bootstrap-4b243de2c0af9325516cd435bd7e9cd4f6da313a.zip | |
Fix redirects. (#29254)
Diffstat (limited to 'site/content/docs/4.3/getting-started/javascript.md')
| -rw-r--r-- | site/content/docs/4.3/getting-started/javascript.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/getting-started/javascript.md b/site/content/docs/4.3/getting-started/javascript.md index bde5fff75..ef519d0c3 100644 --- a/site/content/docs/4.3/getting-started/javascript.md +++ b/site/content/docs/4.3/getting-started/javascript.md @@ -28,7 +28,7 @@ We provide a version of Bootstrap built as `ESM` (`bootstrap.esm.js` and `bootst {{< callout warning >}} ## Incompatible plugins -Due to browser limitations, some of our plugins, namely Dropdown, Tooltip and Popover plugins, cannot be used in a `<script>` tag with `module` type because they depend on Popper.js. For more information about the issue see [here](https://developers.google.com/web/fundamentals/primers/modules#specifiers). +Due to browser limitations, some of our plugins, namely Dropdown, Tooltip and Popover plugins, cannot be used in a `<script>` tag with `module` type because they depend on Popper.js. For more information about the issue see [here](https://v8.dev/features/modules#specifiers). {{< /callout >}} ## Dependencies |
