fix link to component index image and About page href

master
Marc Cohen 2015-07-01 13:44:13 +01:00
parent d0dc5e3cc1
commit f54f637602
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@
{% include doc ignore missing %}
</span>
{%- endfor %}
<img class="mdl-components-img" src="/assets/compindex_2x.png">
<img class="mdl-components-img" src="{{page.include_prefix}}/assets/compindex_2x.png">
</div>
</section>
{% if loop.first %}

View File

@ -60,7 +60,7 @@
</div>
<div class="docs-navigation__container">
<nav class="docs-navigation mdl-navigation">
<a href="{{page.include_prefix}}" class="mdl-navigation__link about">About</a>
<a href="{{page.include_prefix}}/index.html" class="mdl-navigation__link about">About</a>
<a href="{{page.include_prefix}}started/index.html" class="mdl-navigation__link started">Getting Started</a>
<a href="{{page.include_prefix}}templates/index.html" class="mdl-navigation__link templates">Templates</a>
<a href="{{page.include_prefix}}components/index.html" class="mdl-navigation__link components">Components</a>