diff options
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r-- | bh20simplewebuploader/static/main.js | 2 |
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>'; |