1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-24 12:40:58 +00:00

v4 Fix link to narrow jumbotron example

Fix #17174
This commit is contained in:
Kevin Kirsche 2015-08-20 21:54:37 -04:00
parent e3899b4fa8
commit 4a4f48acfd

View File

@ -34,7 +34,7 @@ Examples that focus on implementing uses of built-in components provided by Boot
<p>Build around the jumbotron with a navbar and some basic grid columns.</p> <p>Build around the jumbotron with a navbar and some basic grid columns.</p>
</div> </div>
<div class="col-xs-6 col-md-4"> <div class="col-xs-6 col-md-4">
<a href="{{ site.baseurl }}/examples/jumbotron-narrow/"> <a href="{{ site.baseurl }}/examples/narrow-jumbotron/">
<img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/jumbotron-narrow.jpg" alt=""> <img class="img-thumbnail" src="{{ site.baseurl }}/examples/screenshots/jumbotron-narrow.jpg" alt="">
</a> </a>
<h4>Narrow jumbotron</h4> <h4>Narrow jumbotron</h4>