fix use case pdf links

This commit is contained in:
Matthias Kretschmann 2017-05-22 17:08:47 +02:00
parent 224c25e6ae
commit 3567f84d71
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ cta:
{% if page.pdf %}
<div class="grid__col">
<a href="./{{ page.pdf }}" download rel="external">Download case study (pdf)</a>
<a href="../{{ page.pdf }}" download rel="external">Download case study (pdf)</a>
</div>
{% endif %}