diff options
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/callout-danger-async-methods.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/callout-danger-async-methods.md b/_includes/callout-danger-async-methods.md index f7a76aa4d..809643e1d 100644 --- a/_includes/callout-danger-async-methods.md +++ b/_includes/callout-danger-async-methods.md @@ -3,5 +3,5 @@ All API methods are **asynchronous** and start a **transition**. They returns 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 informations.]({{ site.baseurl }}/getting-started/javascript/#content) +[See our Javascript documentation for more informations.]({{ site.baseurl }}/getting-started/javascript/) {% endcallout %} |
