diff options
| author | Mark Otto <[email protected]> | 2013-08-16 11:04:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-16 11:04:16 -0700 |
| commit | 4684e0c09bb74071f3411ceb6068acd9cf0ff3e9 (patch) | |
| tree | 228a9c7f194c46cedc1ae20f2422271bcd8ad629 | |
| parent | 1974aa6967184720d143cc510fe900f863cce63f (diff) | |
| parent | 9464489720bc95671c46879b2c5156941a754e80 (diff) | |
| download | bootstrap-4684e0c09bb74071f3411ceb6068acd9cf0ff3e9.tar.xz bootstrap-4684e0c09bb74071f3411ceb6068acd9cf0ff3e9.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
| -rw-r--r-- | _layouts/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/home.html b/_layouts/home.html index b51eea243..fdeae708b 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="../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> |
