diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-10-12 15:26:48 -0400 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-10-12 15:34:16 -0400 |
commit | 879ca85a5b074e2b03d8da9e55dfcf6593853f6e (patch) | |
tree | 58841a89c99c3b08fa31ebc91366f50416131bdd /python | |
parent | b8d0c5148dfa288f4e15483ee7a9d58b9a588c43 (diff) | |
download | fatcat-879ca85a5b074e2b03d8da9e55dfcf6593853f6e.tar.gz fatcat-879ca85a5b074e2b03d8da9e55dfcf6593853f6e.zip |
moved github repo to internetarchive org
Diffstat (limited to 'python')
-rw-r--r-- | python/fatcat/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat/templates/base.html b/python/fatcat/templates/base.html index 708b17bf..670d854f 100644 --- a/python/fatcat/templates/base.html +++ b/python/fatcat/templates/base.html @@ -66,7 +66,7 @@ <a class="item" href="https://guide.{{ config.FATCAT_DOMAIN }}/sources.html">Sources</a> <a class="item" href="{% if config.FATCAT_DOMAIN == "fatcat.wiki" %}https://stats.uptimerobot.com/GM9YNSrB0{% elif config.FATCAT_DOMAIN =="qa.fatcat.wiki" %}https://stats.uptimerobot.com/WQ8wAUREA{% else %}#{% endif %}">Status</a> <a class="item" href="https://guide.{{ config.FATCAT_DOMAIN }}/bulk_exports.html">Bulk Exports</a> - <a class="item" href="https://git.bnewbold.net/fatcat/">Source Code (<code>{{ config.GIT_REVISION.decode() }}</code>)</a> + <a class="item" href="https://github.com/internetarchive/fatcat/">Source Code (<code>{{ config.GIT_REVISION.decode() }}</code>)</a> </div> </div> </footer> |