From: XhmikosR Date: Thu, 24 Sep 2020 12:11:12 +0000 (+0300) Subject: docs: link to the Asynchronous functions section X-Git-Tag: v4.5.3~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff1d751e36e0af534fae9435153ba95f0f85ac46;p=thirdparty%2Fbootstrap.git docs: link to the Asynchronous functions section --- diff --git a/site/_includes/callout-danger-async-methods.md b/site/_includes/callout-danger-async-methods.md index 083f28f238..2ca34afe09 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" %}