From 6c0e31f82e7d6eeaf86efc7ee5f4611cf0bf87fc Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Sun, 9 Jul 2017 19:57:16 -0700
Subject: [PATCH] fix broken example link

---
 docs/4.0/examples/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/4.0/examples/index.md b/docs/4.0/examples/index.md
index 9f70f8a43e..dd52fe9bda 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>
-- 
GitLab