diff --git a/pbnh/templates/index.html b/pbnh/templates/index.html
index 3abbf41..2d037be 100644
--- a/pbnh/templates/index.html
+++ b/pbnh/templates/index.html
@@ -5,7 +5,7 @@
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() {
if (xhttp.readyState == 4 && xhttp.status == 201 && xhttp.responseText.length) {
- window.location.href = JSON.parse(xhttp.responseText).link;
+ window.location.href = JSON.parse(xhttp.responseText).link + ".txt";
}
};
var myForm = new FormData();