Skip to content

Commit b2f6268

Browse files
committed
more docs updates for new examples
1 parent c4b59fc commit b2f6268

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

_config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ repo: https://github.com/twbs/bootstrap
1515
download: https://github.com/twbs/bootstrap/archive/3.0.0-wip.zip
1616
download_dist: http://getbootstrap.com/bs-v3.0.0-rc.2-dist.zip
1717

18-
examples: http://examples.getbootstrap.com
19-
examples_repo: https://github.com/twbs/bootstrap-examples
20-
2118
glyphicons: http://glyphicons.getbootstrap.com
2219
glyphicons_repo: https://github.com/twbs/bootstrap-glyphicons
2320

_layouts/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
2626
</li>
2727
<li>
28-
<a href="{{ site.examples }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
28+
<a href="../getting-started#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
2929
</li>
3030
<li>
3131
<a href="{{ site.glyphicons }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);">Glyphicons</a>

getting-started.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@ <h1>Hello, world!</h1>
118118
</body>
119119
</html>
120120
{% endhighlight %}
121-
122-
<h3>Looking for more example templates?</h3>
123-
<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>
124121
</div>
125122

126123

0 commit comments

Comments
 (0)