diff options
Diffstat (limited to 'templates/tasks.html')
-rw-r--r-- | templates/tasks.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/tasks.html b/templates/tasks.html index 3ba9b3a..ba7fe56 100644 --- a/templates/tasks.html +++ b/templates/tasks.html @@ -57,10 +57,10 @@ ul {list-style: disc} <h3>Unfinished wallets work to do:</h3> <ul> -<li><a href="/expofiles/surveyscans/2016/walletindex.html">2016 wallets</a><br> -<li><a href="/expofiles/surveyscans/2017/walletindex.html">2017 wallets</a><br> -<li><a href="/expofiles/surveyscans/2018/walletindex.html">2018 wallets</a><br> -<li><a href="/expofiles/surveyscans/2019/walletindex.html">2019 wallets</a><br> +<li><a href="/wallets/year/2016">2016 wallets</a><br> +<li><a href="/wallets/year/2017">2017 wallets</a><br> +<li><a href="/wallets/year/2018">2018 wallets</a><br> +<li><a href="/wallets/year/2019">2019 wallets</a><br> </ul> <h3>Upload new data</h3> |