diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html index 2b2d4f9d9..ccba3b34d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1538,19 +1538,19 @@ <div class="span12"> <div class="alert-message warning"> <a class="close" href="#">×</a> - <p><strong>Holy guacamole!</strong> Best check yo self, you’re not looking too good.</p> + <p><strong>Holy guacamole!</strong> Best check yo self, you’re not <a href="#">looking too good</a>.</p> </div> <div class="alert-message error"> <a class="close" href="#">×</a> - <p><strong>Oh snap!</strong> Change this and that and try again.</p> + <p><strong>Oh snap!</strong> Change this and that and <a href="#">try again</a>.</p> </div> <div class="alert-message success"> <a class="close" href="#">×</a> - <p><strong>Well done!</strong> You successfully read this alert message.</p> + <p><strong>Well done!</strong> You successfully <a href="#">read this</a> alert message.</p> </div> <div class="alert-message info"> <a class="close" href="#">×</a> - <p><strong>Heads up!</strong> This is an alert that needs your attention, but it’s not a huge priority just yet.</p> + <p><strong>Heads up!</strong> This is an alert that needs your attention, but it’s not <a href="#">a huge priority</a> just yet.</p> </div> <h4>Example code</h4> @@ -1580,7 +1580,7 @@ </div> <div class="alert-message block-message error"> <a class="close" href="#">×</a> - <p><strong>Oh snap! You got an error!</strong> Change this and that and try again.</p> + <p><strong>Oh snap! You got an error!</strong> Change this and that and <a href="#">try again</a>.</p> <ul> <li>Duis mollis est non commodo luctus</li> <li>Nisi erat porttitor ligula</li> |
