diff options
| author | XhmikosR <[email protected]> | 2020-09-24 22:20:01 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-24 22:20:01 +0300 |
| commit | 979c66b6745638bfa896cd007125d35cef630194 (patch) | |
| tree | a3ab41c3a468132c81c83c8a76ad408689855aa2 | |
| parent | adc70c71301693836cccdabb247aba46ab68de3e (diff) | |
| download | bootstrap-979c66b6745638bfa896cd007125d35cef630194.tar.xz bootstrap-979c66b6745638bfa896cd007125d35cef630194.zip | |
docs: link to the Asynchronous functions section (#31738)
| -rw-r--r-- | site/layouts/partials/callout-danger-async-methods.md | 2 |
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 4ac5b27b3..c8afdc2df 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). |
