From 537b5f012771069b182aabab651eff9723d785b0 Mon Sep 17 00:00:00 2001 From: Jan Karlo Dela Cruz Date: Fri, 11 Aug 2017 14:26:51 +0100 Subject: Fix broken links in documentation. (#23315) --- docs/4.0/components/alerts.md | 2 +- docs/4.0/components/carousel.md | 2 +- docs/4.0/components/dropdowns.md | 2 +- docs/4.0/components/navs.md | 2 +- docs/4.0/components/popovers.md | 2 +- docs/4.0/components/scrollspy.md | 2 +- docs/4.0/components/tooltips.md | 2 +- docs/4.0/getting-started/webpack.md | 6 +++--- 8 files changed, 10 insertions(+), 10 deletions(-) (limited to 'docs') diff --git a/docs/4.0/components/alerts.md b/docs/4.0/components/alerts.md index a6a6616d8..d3eb8bd18 100644 --- a/docs/4.0/components/alerts.md +++ b/docs/4.0/components/alerts.md @@ -50,7 +50,7 @@ Alerts can also contain additional HTML elements like headings, paragraphs and d Using the alert JavaScript plugin, it's possible to dismiss any alert inline. Here's how: - Be sure you've loaded the alert plugin, or the compiled Bootstrap JavaScript. -- If you're building our JS from source, it [requires `util.js`]({{ site.baseurl }}/docs/getting-started/javascript/#util). The compiled version includes this. +- If you're building our JS from source, it [requires `util.js`]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/#util). The compiled version includes this. - Add a dismiss button and the `.alert-dismissible` class, which adds extra padding to the right of the alert and positions the `.close` button. - On the dismiss button, add the `data-dismiss="alert"` attribute, which triggers the JavaScript functionality. Be sure to use the `