Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Karlo Dela Cruz <jankarlo.delacruz@gmail.com>2017-08-11 16:26:51 +0300
committerXhmikosR <xhmikosr@gmail.com>2017-08-11 16:26:51 +0300
commit537b5f012771069b182aabab651eff9723d785b0 (patch)
tree35ab3e62ecbd8ed062b7bdb0bf469e04762f86ad /_includes
parent185fe1b444e88cd9091e5a304094ed43ad8f84fc (diff)
Fix broken links in documentation. (#23315)
Diffstat (limited to '_includes')
-rw-r--r--_includes/callout-danger-async-methods.md2
1 files changed, 1 insertions, 1 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 %}