diff options
| author | Chris Rebert <[email protected]> | 2013-08-30 12:26:11 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-30 12:26:11 -0700 |
| commit | e08f4ff7622ffd31d9e2cca93ed7cf7286e8733f (patch) | |
| tree | d6ee1fb516e7f2e75dfcf8626a2457a6a6f13da5 /components.html | |
| parent | 5b21768c054b86dd9f27eea9879f75668546cdc4 (diff) | |
| parent | ccb630e60f9db841c854c66bb3930146e54362d1 (diff) | |
| download | bootstrap-e08f4ff7622ffd31d9e2cca93ed7cf7286e8733f.tar.xz bootstrap-e08f4ff7622ffd31d9e2cca93ed7cf7286e8733f.zip | |
Merge pull request #10312 from jleight/master
Fix broken link to alerts section of JS page.
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html index c24eaf859..12c72e00a 100644 --- a/components.html +++ b/components.html @@ -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> |
