diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-18 16:09:13 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-18 16:12:02 -0700 |
commit | 81a82573dc78a8cbf2f86100043f74f1305f4c56 (patch) | |
tree | a515d387d68361594275e31771da4e7f108fbe57 /python/fatcat_web/templates | |
parent | 3d82671bd350681c62b53125b887b01543e8ad7c (diff) | |
download | fatcat-81a82573dc78a8cbf2f86100043f74f1305f4c56.tar.gz fatcat-81a82573dc78a8cbf2f86100043f74f1305f4c56.zip |
expose bibtex and citeproc; revert /unstable/ prefixes
Diffstat (limited to 'python/fatcat_web/templates')
-rw-r--r-- | python/fatcat_web/templates/stats.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/stats.html b/python/fatcat_web/templates/stats.html index 7f56248f..f11ca820 100644 --- a/python/fatcat_web/templates/stats.html +++ b/python/fatcat_web/templates/stats.html @@ -3,7 +3,7 @@ <h1>Stats</h1> -You can also fetch these numbers <a href="./unstable/stats.json">as JSON</a>. +You can also fetch these numbers <a href="./stats.json">as JSON</a>. <h3>Changelog</h3> |