]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix broken link to alerts section of JS page. 10312/head
authorJonathon Leight <jonathon.leight@jleight.com>
Fri, 30 Aug 2013 19:01:07 +0000 (15:01 -0400)
committerJonathon Leight <jonathon.leight@jleight.com>
Fri, 30 Aug 2013 19:01:07 +0000 (15:01 -0400)
Link was pointing to #js-alerts, but that section of the page does not exist. Changed to #alerts instead.

components.html

index c24eaf8595be21d2c0077456566b4dd3f22529e6..12c72e00ae5a9df6b5fa88a3f8a5d81affaaf2cb 100644 (file)
@@ -2209,7 +2209,7 @@ body { padding-bottom: 70px; }
     <div class="page-header">
       <h1 id="alerts">Alerts</h1>
     </div>
-    <p class="lead">Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the <a href="../javascript/#js-alerts">alerts jQuery plugin</a>.</p>
+    <p class="lead">Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the <a href="../javascript/#alerts">alerts jQuery plugin</a>.</p>
 
     <h2 id="alerts-examples">Examples</h2>
     <p>Wrap any text and an optional dismiss button in <code>.alert</code> and one of the four contextual classes (e.g., <code>.alert-success</code>) for basic alert messages.</p>