diff --git a/_config.yml b/_config.yml index 6b6c87acc1b59d21b3c992e90b8aea6dcfda7d68..dd064d308335cf2294244f3d7b4b97806f8181bb 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 2d04e5f73313c4cf8d0aaf0ae443b29024af1afe..b51eea24389f984e1340cd07d01ba1ce6d33459e 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 cf1afd6e100c598edc0e60a53840b05df6f41f80..016ef4c3e7aa5144fa4a77aff66c701a9be7b45b 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>