diff options
| author | Chris Rebert <[email protected]> | 2013-08-18 13:18:55 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-18 13:18:55 -0700 |
| commit | 896bd327c7396ca2b0f537e325efbd32c056e0fc (patch) | |
| tree | 3afb6ed21ff2c5494f8a5a34d2c2d715553bf4fe | |
| parent | 9b66e6b0f4e642609e8b7ba2b8590d2c31fe0469 (diff) | |
| parent | d721c61d996d1eda9f6ace1163f38da8bce492b8 (diff) | |
| download | bootstrap-896bd327c7396ca2b0f537e325efbd32c056e0fc.tar.xz bootstrap-896bd327c7396ca2b0f537e325efbd32c056e0fc.zip | |
Merge pull request #9793 from vsn4ik/fix_examples_url
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> |
