diff options
| author | XhmikosR <[email protected]> | 2017-09-26 15:24:14 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-26 15:24:14 +0300 |
| commit | 31c872191380d4cd32af379b9d24359d6a9dc34c (patch) | |
| tree | 016ecb150f1e37ad0eb75591a87886b17ec9d124 /docs/4.0/getting-started/javascript.md | |
| parent | 3bc94023506d8fb5c61ad01ce9779715ed1e7900 (diff) | |
| download | bootstrap-31c872191380d4cd32af379b9d24359d6a9dc34c.tar.xz bootstrap-31c872191380d4cd32af379b9d24359d6a9dc34c.zip | |
Normalize all links. (#24109)
* use a trailing slash when possible
* use https when possible
* remove a few redirected links
* consistently use `https://popper.js.org/`
* fix `iconUrl` in nuget files
* change Jekyll Windows guide to the official one
Diffstat (limited to 'docs/4.0/getting-started/javascript.md')
| -rw-r--r-- | docs/4.0/getting-started/javascript.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/getting-started/javascript.md b/docs/4.0/getting-started/javascript.md index 12e7f89ca..c29895f37 100644 --- a/docs/4.0/getting-started/javascript.md +++ b/docs/4.0/getting-started/javascript.md @@ -14,7 +14,7 @@ Plugins can be included individually (using Bootstrap's individual `*.js` files) Some plugins and CSS components depend on other plugins. If you include plugins individually, make sure to check for these dependencies in the docs. Also note that **all plugins depend on jQuery** (this means jQuery must be included **before** the plugin files). [Consult our `package.json`]({{ site.repo }}/blob/v{{ site.current_version }}/package.json) to see which versions of jQuery are supported. -Our tooltips and popovers also depend on [Popper.js](https://github.com/FezVrasta/popper.js). +Our tooltips and popovers also depend on [Popper.js](https://popper.js.org/). ## Data attributes |
