Incorrect URL used for 2021 stats
Closed this issue · 1 comments
Zulu-Inuoe commented
In
quicklisp-stats/quicklisp-stats.lisp
Line 21 in 29477fa
We see it always constructs a URL like https://www.quicklisp.org/stats/2020/YYYY-mm.csv
But the URL for eg the 2021 csv is actually at https://www.quicklisp.org/stats/2021/2021-01.csv
the /stats/2020 is not static and is driven by the year
phoe commented
Oof. That's a really stupid bug on my side.
Sure, let me fix it.