aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-07-02 12:00:24 -0700
committerMark Otto <[email protected]>2017-07-02 12:00:24 -0700
commit67245a474f1826bd6ffc774d31209a4da968daf4 (patch)
tree4b266d0dd760b0fa253dc92f0e1ce9f8ad272f9a /_includes
parentad15fc028095183ec5023d0ba1b7dffd93a5716d (diff)
downloadbootstrap-67245a474f1826bd6ffc774d31209a4da968daf4.tar.xz
bootstrap-67245a474f1826bd6ffc774d31209a4da968daf4.zip
fix some busted links
Diffstat (limited to '_includes')
-rw-r--r--_includes/callout-danger-async-methods.md2
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 %}