aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-17 14:16:40 -0700
committerMark Otto <[email protected]>2013-08-17 14:16:40 -0700
commit441e04c84a8a5dd4f55aad61c35c54aded41cc1d (patch)
tree19ffb09d1f884c897f2ea32c39244954eaab02ca /_layouts
parentffbec23c982de7496743212afb8d75005e52199c (diff)
parent1b814ddd0a5768ff8ee85bef28f026e06fbace93 (diff)
downloadbootstrap-441e04c84a8a5dd4f55aad61c35c54aded41cc1d.tar.xz
bootstrap-441e04c84a8a5dd4f55aad61c35c54aded41cc1d.zip
Merge branch '3.0.0-wip' into bs3_homepage
Conflicts: dist/css/bootstrap.min.css getting-started.html
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/home.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/home.html b/_layouts/home.html
index a882f3ae3..b032a4ca9 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -23,13 +23,13 @@
<a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a>
</li>
<li>
- <a href="../getting-started#examples" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);">Examples</a>
+ <a href="{{ page.base_url }}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>
</li>
<li>
- <a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Bootstrap Expo</a>
+ <a href="{{ site.expo }}" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Expo']);">Expo</a>
</li>
</ul>
</footer>