diff options
| author | Kevin Kirsche <[email protected]> | 2015-08-20 21:54:37 -0400 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-08-20 21:54:37 -0400 |
| commit | 4a4f48acfdfe68ea0f939b03e140613342cae5d2 (patch) | |
| tree | 948f78cbedc434fd84b7f02e1e8895c12faf1b5e | |
| parent | e3899b4fa848e73a0efcbba614b5ddf1af1c677c (diff) | |
| download | bootstrap-4a4f48acfdfe68ea0f939b03e140613342cae5d2.tar.xz bootstrap-4a4f48acfdfe68ea0f939b03e140613342cae5d2.zip | |
v4 Fix link to narrow jumbotron example
Fix #17174
| -rw-r--r-- | docs/examples/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/index.md b/docs/examples/index.md index 0f621e2a4..500799f3a 100644 --- a/docs/examples/index.md +++ b/docs/examples/index.md @@ -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> </div> <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=""> </a> <h4>Narrow jumbotron</h4> |
