aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-10-28 17:05:52 -0700
committerChris Rebert <[email protected]>2014-10-28 17:05:52 -0700
commitca63e387b9af8a5436e2ccdf8e45e240cb8ca310 (patch)
tree4d5dd3c8bb53ac7072ccf9b2cd7953950e572ea7 /docs/examples
parent780c9b05fe48b45628fe469dd780f8de03e23514 (diff)
parentd87a636ff9f4febd9a09ed98dce35cecc4c9a43f (diff)
downloadbootstrap-ca63e387b9af8a5436e2ccdf8e45e240cb8ca310.tar.xz
bootstrap-ca63e387b9af8a5436e2ccdf8e45e240cb8ca310.zip
Merge pull request #14899 from twbs/a-href-s
add missing hrefs to <a>s in docs+examples
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/jumbotron/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html
index 962847760..7119bb3ef 100644
--- a/docs/examples/jumbotron/index.html
+++ b/docs/examples/jumbotron/index.html
@@ -59,7 +59,7 @@
<div class="container">
<h1>Hello, world!</h1>
<p>This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
- <p><a class="btn btn-primary btn-lg" role="button">Learn more &raquo;</a></p>
+ <p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more &raquo;</a></p>
</div>
</div>