about summary refs log tree commit diff
path: root/bh20simplewebuploader/static
diff options
context:
space:
mode:
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r--bh20simplewebuploader/static/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bh20simplewebuploader/static/main.js b/bh20simplewebuploader/static/main.js
index deda6ec..a12311e 100644
--- a/bh20simplewebuploader/static/main.js
+++ b/bh20simplewebuploader/static/main.js
@@ -24,7 +24,7 @@ function toDIVTable(rows) {
             html += '<div class="rTableRow">';
             html += cell('<a href="'+info+'">'+id+'</a>');
             html += cell('<a href="'+seq+'">FASTA</a>');
-            html += cell('<a href="/api/ebi-sample.xml?id='+id+'">EBI/ENA export XML</a>');
+            html += cell('<a href="/api/ebi/sample-'+id+'.xml">EBI/ENA export XML</a>');
             html += '</div>';
         });
         html += '</div>';