diff options
| author | Mark Otto <[email protected]> | 2013-08-15 21:09:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 21:09:25 -0700 |
| commit | b2f626837279bb8b0939aa6602bf9ee023e8a323 (patch) | |
| tree | 0f8be182692f1a163cdf4b06b3a34a553aa92554 /_layouts | |
| parent | c4b59fc1caab59fdc0220d8ad1a8b0df00c7fa56 (diff) | |
| download | bootstrap-b2f626837279bb8b0939aa6602bf9ee023e8a323.tar.xz bootstrap-b2f626837279bb8b0939aa6602bf9ee023e8a323.zip | |
more docs updates for new examples
Diffstat (limited to '_layouts')
| -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 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> |
