fix some busted links

This commit is contained in:
Mark Otto 2017-07-02 12:00:24 -07:00
parent ad15fc0280
commit 67245a474f
9 changed files with 7 additions and 44 deletions

View file

@ -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 %}