From b2f626837279bb8b0939aa6602bf9ee023e8a323 Mon Sep 17 00:00:00 2001
From: Mark Otto <otto@github.com>
Date: Thu, 15 Aug 2013 21:09:25 -0700
Subject: [PATCH] more docs updates for new examples

---
 _config.yml          | 3 ---
 _layouts/home.html   | 2 +-
 getting-started.html | 3 ---
 3 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/_config.yml b/_config.yml
index 6b6c87acc1..dd064d3083 100644
--- a/_config.yml
+++ b/_config.yml
@@ -15,9 +15,6 @@ repo:             https://github.com/twbs/bootstrap
 download:         https://github.com/twbs/bootstrap/archive/3.0.0-wip.zip
 download_dist:    http://getbootstrap.com/bs-v3.0.0-rc.2-dist.zip
 
-examples:         http://examples.getbootstrap.com
-examples_repo:    https://github.com/twbs/bootstrap-examples
-
 glyphicons:       http://glyphicons.getbootstrap.com
 glyphicons_repo:  https://github.com/twbs/bootstrap-glyphicons
 
diff --git a/_layouts/home.html b/_layouts/home.html
index 2d04e5f733..b51eea2438 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -25,7 +25,7 @@
           <a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
         </li>
         <li>
-          <a href="{{ site.examples }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
+          <a href="../getting-started#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
         </li>
         <li>
           <a href="{{ site.glyphicons }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);">Glyphicons</a>
diff --git a/getting-started.html b/getting-started.html
index cf1afd6e10..016ef4c3e7 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -118,9 +118,6 @@ bootstrap/
   </body>
 </html>
 {% endhighlight %}
-
-    <h3>Looking for more example templates?</h3>
-    <p>Check out the new <a href="{{ site.examples_repo }}">Examples repository on GitHub</a>, or <a href="{{ site.examples }}">view them in your browser</a>. Included are over a dozen example templates for building with and extending Bootstrap.</p>
   </div>
 
 
-- 
GitLab