aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/getting-started/javascript.md
diff options
context:
space:
mode:
authorChristian Oliff <[email protected]>2020-11-12 22:01:00 +0900
committerGitHub <[email protected]>2020-11-12 15:01:00 +0200
commit7d64031c87a71a0e8e9e5f305c4c7ebf373b8673 (patch)
tree7ada262b1757dc36b78465f03027527962b696c0 /site/content/docs/5.0/getting-started/javascript.md
parent384eccbfaf3f234944f8d60ac70dd7966814c994 (diff)
downloadbootstrap-7d64031c87a71a0e8e9e5f305c4c7ebf373b8673.tar.xz
bootstrap-7d64031c87a71a0e8e9e5f305c4c7ebf373b8673.zip
Fix caniuse.com URLS to prevent redirects (#32135)
Shorter URLS which are faster as they avoid HTTP redirects
Diffstat (limited to 'site/content/docs/5.0/getting-started/javascript.md')
-rw-r--r--site/content/docs/5.0/getting-started/javascript.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/getting-started/javascript.md b/site/content/docs/5.0/getting-started/javascript.md
index 00fdc994a..1b896103b 100644
--- a/site/content/docs/5.0/getting-started/javascript.md
+++ b/site/content/docs/5.0/getting-started/javascript.md
@@ -14,7 +14,7 @@ If you use a bundler (Webpack, Rollup...), you can use `/js/dist/*.js` files whi
## Using Bootstrap as a module
-We provide a version of Bootstrap built as `ESM` (`bootstrap.esm.js` and `bootstrap.esm.min.js`) which allows you to use Bootstrap as a module in your browser, if your [targeted browsers support it](https://caniuse.com/#feat=es6-module).
+We provide a version of Bootstrap built as `ESM` (`bootstrap.esm.js` and `bootstrap.esm.min.js`) which allows you to use Bootstrap as a module in your browser, if your [targeted browsers support it](https://caniuse.com/es6-module).
```html
<script type="module">