aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_config.yml3
-rw-r--r--_layouts/home.html2
-rw-r--r--getting-started.html3
3 files changed, 1 insertions, 7 deletions
diff --git a/_config.yml b/_config.yml
index 6b6c87acc..dd064d308 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 2d04e5f73..b51eea243 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 cf1afd6e1..016ef4c3e 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>