aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-09-24 15:11:12 +0300
committerXhmikosR <[email protected]>2020-09-30 08:44:42 +0300
commitff1d751e36e0af534fae9435153ba95f0f85ac46 (patch)
treeeebcfea1a8b1fc2f00a6e111efe039a8b1ff633b
parentd106b01dec851b13a0e5451b0043e9c5d5086047 (diff)
downloadbootstrap-ff1d751e36e0af534fae9435153ba95f0f85ac46.tar.xz
bootstrap-ff1d751e36e0af534fae9435153ba95f0f85ac46.zip
docs: link to the Asynchronous functions section
-rw-r--r--site/_includes/callout-danger-async-methods.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/_includes/callout-danger-async-methods.md b/site/_includes/callout-danger-async-methods.md
index 083f28f23..2ca34afe0 100644
--- a/site/_includes/callout-danger-async-methods.md
+++ b/site/_includes/callout-danger-async-methods.md
@@ -3,6 +3,6 @@
All API methods are **asynchronous** and start a **transition**. They return 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 information]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/).
+[See our JavaScript documentation for more information]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/#asynchronous-functions-and-transitions).
{% endcapture %}
{% include callout.html content=callout type="danger" %}