aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-10-12 15:26:48 -0400
committerBryan Newbold <bnewbold@robocracy.org>2018-10-12 15:26:48 -0400
commiteaddcbb73dbe351c6f8e865b7fde4dddae605520 (patch)
tree4cce8dde3eae6a83e4fc5224973ad89302b5fbf7 /python
parentac4dc819ef4cd2daa6ebd525f7400774d5589a45 (diff)
downloadfatcat-eaddcbb73dbe351c6f8e865b7fde4dddae605520.tar.gz
fatcat-eaddcbb73dbe351c6f8e865b7fde4dddae605520.zip
moved github repo to internetarchive org
Diffstat (limited to 'python')
-rw-r--r--python/fatcat/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat/templates/base.html b/python/fatcat/templates/base.html
index 67c9fc24..49755fbb 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>