diff options
| author | Mark Otto <[email protected]> | 2017-07-09 19:57:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-09 19:57:16 -0700 |
| commit | 6c0e31f82e7d6eeaf86efc7ee5f4611cf0bf87fc (patch) | |
| tree | 3ef61d481c4b3a183b216245f4b54b39490e243c /docs | |
| parent | ba3c61b32edac65d35823b1130a513cd121f0891 (diff) | |
| download | bootstrap-6c0e31f82e7d6eeaf86efc7ee5f4611cf0bf87fc.tar.xz bootstrap-6c0e31f82e7d6eeaf86efc7ee5f4611cf0bf87fc.zip | |
fix broken example link
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/examples/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/examples/index.md b/docs/4.0/examples/index.md index 9f70f8a43..dd52fe9bd 100644 --- a/docs/4.0/examples/index.md +++ b/docs/4.0/examples/index.md @@ -38,8 +38,8 @@ Examples that focus on implementing uses of built-in components provided by Boot <div class="col-6 col-md-4"> <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/narrow-jumbotron/"> <img class="img-thumbnail" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/jumbotron-narrow.jpg" alt=""> + <h4>Narrow jumbotron</h4> </a> - <h4>Narrow jumbotron</h4> <p>Build a more custom page by narrowing the default container and jumbotron.</p> </div> </div> |
