summaryrefslogtreecommitdiff
path: root/tbc/templates
diff options
context:
space:
mode:
Diffstat (limited to 'tbc/templates')
-rw-r--r--tbc/templates/tbc/book-details.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/templates/tbc/book-details.html b/tbc/templates/tbc/book-details.html
index 579b2db..61b4bcb 100644
--- a/tbc/templates/tbc/book-details.html
+++ b/tbc/templates/tbc/book-details.html
@@ -57,7 +57,7 @@ function redirectToIpynb(notebook)
<a href="{% url 'tbc:convert_notebook' chapter.notebook %}">{{ chapter.name }}</a>
</td>
<td>
- <a href="{% static 'uploads/' %}{{ chapter.notebook }}">Download</a>
+ <a href="{% static 'Python-Textbook-Companions/' %}{{ chapter.notebook }}">Download</a>
</td>
</tr>
{% endfor %}