]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs: link to the Asynchronous functions section
authorXhmikosR <xhmikosr@gmail.com>
Thu, 24 Sep 2020 12:11:12 +0000 (15:11 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 30 Sep 2020 05:44:42 +0000 (08:44 +0300)
site/_includes/callout-danger-async-methods.md

index 083f28f238902809412cf5ec8278038d5d7121bd..2ca34afe09694161515a1615064b431a0d6de2fc 100644 (file)
@@ -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" %}