diff --git a/blog/templates/cv.html b/blog/templates/cv.html
index 3456ecd23716ea6fc33006bcce941d488f63e0a9..9058be0a1193d5cbcdb09440582c3370ba6327df 100644
--- a/blog/templates/cv.html
+++ b/blog/templates/cv.html
@@ -5,6 +5,6 @@
 <h4> Press the button below to download my CV as a PDF. </h4>
 
 
-<a class="button" href="/download">Download PDF</a>
+<a class="button" href=" {{url_for('download') }}" >Download PDF</a>
 
 {% endblock content %}
\ No newline at end of file