Skip to content

Commit

Permalink
Fix broken link to alerts section of JS page.
Browse files Browse the repository at this point in the history
Link was pointing to #js-alerts, but that section of the page does not exist. Changed to #alerts instead.
  • Loading branch information
jleight committed Aug 30, 2013
1 parent 5b21768 commit ccb630e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components.html
Original file line number Diff line number Diff line change
Expand Up @@ -2209,7 +2209,7 @@ <h3>Thumbnail label</h3>
<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>
Expand Down

0 comments on commit ccb630e

Please sign in to comment.