aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/templates/file_view.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-06-30 21:13:16 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-06-30 21:13:16 -0700
commit983271083bd40d12766d38f6dfbf8ea3835670d4 (patch)
tree6554e64d7c6b2a32be49b70cef10564587ff12ac /python/fatcat/templates/file_view.html
parentf481ce4aa987940f5491107b33d3d0988368e7cd (diff)
downloadfatcat-983271083bd40d12766d38f6dfbf8ea3835670d4.tar.gz
fatcat-983271083bd40d12766d38f6dfbf8ea3835670d4.zip
switch from newest to oldest wayback link
Diffstat (limited to 'python/fatcat/templates/file_view.html')
-rw-r--r--python/fatcat/templates/file_view.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat/templates/file_view.html b/python/fatcat/templates/file_view.html
index c125eff5..7f6cc143 100644
--- a/python/fatcat/templates/file_view.html
+++ b/python/fatcat/templates/file_view.html
@@ -35,7 +35,7 @@ This file is not associated with any fatcat release.
<p>Known locations of this file:
<ul>
<li><a href="{{ file.url }}">{{ file.url.split('/')[2] }}</a>
- (<a href="https://web.archive.org/web/2/{{ file.url }}">Wayback mirror</a>)
+ (<a href="https://web.archive.org/web/1/{{ file.url }}">Wayback mirror</a>)
</ul>
{% else %}
No known public URL, mirror, or archive for this file.
@@ -70,7 +70,7 @@ Raw Object:
<div class="five wide column">
{% if file.url != None %}
-<a href="https://web.archive.org/web/2/{{ file.url }}" class="ui top attached fluid huge green button"><i class="file icon"></i>Download File</a>
+<a href="https://web.archive.org/web/1/{{ file.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 %}