diff options
| -rw-r--r-- | python/fatcat_web/templates/file_view.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/python/fatcat_web/templates/file_view.html b/python/fatcat_web/templates/file_view.html index dc1fe2c3..77ecae4e 100644 --- a/python/fatcat_web/templates/file_view.html +++ b/python/fatcat_web/templates/file_view.html @@ -94,7 +94,7 @@ Raw Object:  <div class="five wide column">  {% if file.urls != None and file.urls != [] %} -<a href="https://web.archive.org/web/1/{{ file.urls[0].url }}" class="ui top attached fluid huge green button"><i class="file icon"></i>Download File</a> +<a href="{{ file.urls[0].url }}" class="ui top attached fluid huge green button"><i class="file icon"></i>Download File</a>  {% else %}  <span class="ui top attached fluid huge grey button"><i class="file cross icon"></i>No Download Available</span>  {% endif %} | 
