From ff1d751e36e0af534fae9435153ba95f0f85ac46 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 24 Sep 2020 15:11:12 +0300 Subject: [PATCH] docs: link to the Asynchronous functions section --- site/_includes/callout-danger-async-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" %}