diff options
| author | XhmikosR <[email protected]> | 2020-09-24 15:11:12 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-09-30 08:44:42 +0300 |
| commit | ff1d751e36e0af534fae9435153ba95f0f85ac46 (patch) | |
| tree | eebcfea1a8b1fc2f00a6e111efe039a8b1ff633b | |
| parent | d106b01dec851b13a0e5451b0043e9c5d5086047 (diff) | |
| download | bootstrap-ff1d751e36e0af534fae9435153ba95f0f85ac46.tar.xz bootstrap-ff1d751e36e0af534fae9435153ba95f0f85ac46.zip | |
docs: link to the Asynchronous functions section
| -rw-r--r-- | site/_includes/callout-danger-async-methods.md | 2 |
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" %} |
