aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGuo Du <[email protected]>2014-08-27 21:37:55 +0100
committerGuo Du <[email protected]>2014-08-27 21:37:55 +0100
commit57c152e8ff946befab6ea1b2ddd18f63efea8c23 (patch)
tree31fbc77a59d8d3a9c6dd6559f20b3b357929c65a /docs
parent35f09315ed543a0479719afa2143240952c215db (diff)
downloadbootstrap-57c152e8ff946befab6ea1b2ddd18f63efea8c23.tar.xz
bootstrap-57c152e8ff946befab6ea1b2ddd18f63efea8c23.zip
fix nav links to end with / to avoid 301 redirect
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/nav/main.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/_includes/nav/main.html b/docs/_includes/nav/main.html
index 1b7cd1bea..a9e09a081 100644
--- a/docs/_includes/nav/main.html
+++ b/docs/_includes/nav/main.html
@@ -12,19 +12,19 @@
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li{% if page.slug == "getting-started" %} class="active"{% endif %}>
- <a href="../getting-started">Getting started</a>
+ <a href="../getting-started/">Getting started</a>
</li>
<li{% if page.slug == "css" %} class="active"{% endif %}>
- <a href="../css">CSS</a>
+ <a href="../css/">CSS</a>
</li>
<li{% if page.slug == "components" %} class="active"{% endif %}>
- <a href="../components">Components</a>
+ <a href="../components/">Components</a>
</li>
<li{% if page.slug == "js" %} class="active"{% endif %}>
- <a href="../javascript">JavaScript</a>
+ <a href="../javascript/">JavaScript</a>
</li>
<li{% if page.slug == "customize" %} class="active"{% endif %}>
- <a href="../customize">Customize</a>
+ <a href="../customize/">Customize</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">