diff options
| author | Chris Rebert <[email protected]> | 2013-08-16 11:03:28 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-16 11:03:28 -0700 |
| commit | 9464489720bc95671c46879b2c5156941a754e80 (patch) | |
| tree | 44e57cb6c5291efe6911fe6ec73f70f33b2987f8 | |
| parent | 29fe7ed68402aee6c24949ed2509a415d179bb57 (diff) | |
| download | bootstrap-9464489720bc95671c46879b2c5156941a754e80.tar.xz bootstrap-9464489720bc95671c46879b2c5156941a754e80.zip | |
fix Examples link on docs homepages; fixes #9693
| -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> |
