Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-09-24 22:20:01 +0300
committerGitHub <noreply@github.com>2020-09-24 22:20:01 +0300
commit979c66b6745638bfa896cd007125d35cef630194 (patch)
treea3ab41c3a468132c81c83c8a76ad408689855aa2 /site/layouts
parentadc70c71301693836cccdabb247aba46ab68de3e (diff)
docs: link to the Asynchronous functions section (#31738)
Diffstat (limited to 'site/layouts')
-rw-r--r--site/layouts/partials/callout-danger-async-methods.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/partials/callout-danger-async-methods.md b/site/layouts/partials/callout-danger-async-methods.md
index 4ac5b27b39..c8afdc2df2 100644
--- a/site/layouts/partials/callout-danger-async-methods.md
+++ b/site/layouts/partials/callout-danger-async-methods.md
@@ -2,4 +2,4 @@
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](/docs/{{ .Site.Params.docs_version }}/getting-started/javascript/).
+[See our JavaScript documentation for more information](/docs/{{ .Site.Params.docs_version }}/getting-started/javascript/#asynchronous-functions-and-transitions).