diff options
Diffstat (limited to 'wqflask/wqflask/templates/info_page.html')
-rw-r--r-- | wqflask/wqflask/templates/info_page.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/info_page.html b/wqflask/wqflask/templates/info_page.html index d8b7d74c..91d34573 100644 --- a/wqflask/wqflask/templates/info_page.html +++ b/wqflask/wqflask/templates/info_page.html @@ -46,7 +46,7 @@ <td>
<ul style="line-height: 160%">
{% for file in filelist %}
- <li><a href="http://datafiles.genenetwork.org/download/GN{{ gn_accession_id }}/{{ file[0] }}">{{ file[0] }} ({{ file[2] }})</a></li>
+ <li><a href="https://files.genenetwork.org/current/GN{{ gn_accession_id }}/{{ file[0] }}">{{ file[0] }} ({{ file[2] }})</a></li>
{% endfor %}
</ul>
</td>
@@ -89,4 +89,4 @@ </table>
</p>
-{% endblock %}
\ No newline at end of file +{% endblock %}
|