1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

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

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 %}