diff options
| author | vsn4ik <[email protected]> | 2013-08-18 23:06:56 +0400 |
|---|---|---|
| committer | vsn4ik <[email protected]> | 2013-08-18 23:06:56 +0400 |
| commit | d721c61d996d1eda9f6ace1163f38da8bce492b8 (patch) | |
| tree | 3afb6ed21ff2c5494f8a5a34d2c2d715553bf4fe | |
| parent | 9b66e6b0f4e642609e8b7ba2b8590d2c31fe0469 (diff) | |
| download | bootstrap-d721c61d996d1eda9f6ace1163f38da8bce492b8.tar.xz bootstrap-d721c61d996d1eda9f6ace1163f38da8bce492b8.zip | |
Fix examples url in _layouts/home.html
| -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 843994ca6..e68ee68df 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="{{ page.base_url }}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="{{ page.base_url }}components/#glyphicons" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Glyphicons']);">Glyphicons</a> |
