aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-16 11:03:28 -0700
committerChris Rebert <[email protected]>2013-08-16 11:03:28 -0700
commit9464489720bc95671c46879b2c5156941a754e80 (patch)
tree44e57cb6c5291efe6911fe6ec73f70f33b2987f8
parent29fe7ed68402aee6c24949ed2509a415d179bb57 (diff)
downloadbootstrap-9464489720bc95671c46879b2c5156941a754e80.tar.xz
bootstrap-9464489720bc95671c46879b2c5156941a754e80.zip
fix Examples link on docs homepages; fixes #9693
-rw-r--r--_layouts/home.html2
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>