diff options
| author | Mark Otto <[email protected]> | 2017-07-02 12:00:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-02 12:00:24 -0700 |
| commit | 67245a474f1826bd6ffc774d31209a4da968daf4 (patch) | |
| tree | 4b266d0dd760b0fa253dc92f0e1ce9f8ad272f9a /_includes | |
| parent | ad15fc028095183ec5023d0ba1b7dffd93a5716d (diff) | |
| download | bootstrap-67245a474f1826bd6ffc774d31209a4da968daf4.tar.xz bootstrap-67245a474f1826bd6ffc774d31209a4da968daf4.zip | |
fix some busted links
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 %} |
