summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Marcey <joelm@fb.com>2016-11-07 16:28:27 -0800
committerJoel Marcey <joelm@fb.com>2016-11-07 16:28:27 -0800
commit2dc019e095d742dc3f895ba4d474c40443573471 (patch)
tree6ef3bf58900c64cea631cce6b523a8a96480d079 /docs
parentf1aedda068b40a3a53d588b25bd03401bdaab6b0 (diff)
Fix header links
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/nav.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/nav.html b/docs/_includes/nav.html
index e2718fde3..e62a45366 100644
--- a/docs/_includes/nav.html
+++ b/docs/_includes/nav.html
@@ -11,7 +11,7 @@
<ul>
{% for item in site.data.nav %}
<li class="navItem{% if page.collection == item.category or page.category == item.category %} navItemActive{% endif %}">
- <a href="{{ item.href | absolute_url }}">{{ item.title }}</a>
+ <a href="{{ item.href }}">{{ item.title }}</a>
</li>
{% endfor %}
{% if site.searchconfig %}