aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorJan Karlo Dela Cruz <[email protected]>2017-08-11 14:26:51 +0100
committerXhmikosR <[email protected]>2017-08-11 16:26:51 +0300
commit537b5f012771069b182aabab651eff9723d785b0 (patch)
tree35ab3e62ecbd8ed062b7bdb0bf469e04762f86ad /_includes
parent185fe1b444e88cd9091e5a304094ed43ad8f84fc (diff)
downloadbootstrap-537b5f012771069b182aabab651eff9723d785b0.tar.xz
bootstrap-537b5f012771069b182aabab651eff9723d785b0.zip
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 809643e1d..ea08965f6 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 %}