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) --- _includes/callout-danger-async-methods.md | 2 +- 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 +++--- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/_includes/callout-danger-async-methods.md b/_includes/callout-danger-async-methods.md index 809643e1dc..ea08965f6d 100644 --- a/_includes/callout-danger-async-methods.md +++ b/_includes/callout-danger-async-methods.md @@ -3,5 +3,5 @@ All API methods are **asynchronous** and start a **transition**. They returns to the caller as soon as the transition is started but **before it ends**. In addition, a method call on a **transitioning component will be ignored**. -[See our Javascript documentation for more informations.]({{ site.baseurl }}/getting-started/javascript/) +[See our Javascript documentation for more informations.]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/) {% endcallout %} diff --git a/docs/4.0/components/alerts.md b/docs/4.0/components/alerts.md index a6a6616d8a..d3eb8bd184 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 `