diff options
| author | Jan Karlo Dela Cruz <[email protected]> | 2017-08-11 14:26:51 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-08-11 16:26:51 +0300 |
| commit | 537b5f012771069b182aabab651eff9723d785b0 (patch) | |
| tree | 35ab3e62ecbd8ed062b7bdb0bf469e04762f86ad /docs/4.0/components/dropdowns.md | |
| parent | 185fe1b444e88cd9091e5a304094ed43ad8f84fc (diff) | |
| download | bootstrap-537b5f012771069b182aabab651eff9723d785b0.tar.xz bootstrap-537b5f012771069b182aabab651eff9723d785b0.zip | |
Fix broken links in documentation. (#23315)
Diffstat (limited to 'docs/4.0/components/dropdowns.md')
| -rw-r--r-- | docs/4.0/components/dropdowns.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/dropdowns.md b/docs/4.0/components/dropdowns.md index 6ebce5f04..6961c89fd 100644 --- a/docs/4.0/components/dropdowns.md +++ b/docs/4.0/components/dropdowns.md @@ -12,7 +12,7 @@ Dropdowns are toggleable, contextual overlays for displaying lists of links and Dropdowns are built on a third party library, [Popper.js](https://popper.js.org), which provides dynamic positioning and viewport detection. Be sure to include [popper.min.js](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js) before Bootstrap's JavaScript. -If you're building our JS from source, it [requires `util.js`]({{ site.baseurl }}/docs/getting-started/javascript/#util). +If you're building our JS from source, it [requires `util.js`]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/#util). ## Accessibility |
