aboutsummaryrefslogtreecommitdiffstats
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
parentac4dc819ef4cd2daa6ebd525f7400774d5589a45 (diff)
downloadfatcat-eaddcbb73dbe351c6f8e865b7fde4dddae605520.tar.gz
fatcat-eaddcbb73dbe351c6f8e865b7fde4dddae605520.zip
moved github repo to internetarchive org
-rw-r--r--README.md4
-rw-r--r--guide/src/guide.md2
-rw-r--r--guide/src/sw_contribute.md2
-rw-r--r--python/fatcat/templates/base.html2
4 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index b23bbc68..3ef66edf 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,9 @@
The [RFC](./fatcat-rfc.md) is the original design document, and the best place
-to start for background.
+to start for background. There is a work-in-progress "guide" at
+<https://guide.fatcat.wiki>; the canonical public location of this repository
+is <https://github.com/internetarchive/fatcat>.
There are four main components:
diff --git a/guide/src/guide.md b/guide/src/guide.md
index dccdc5b8..81f948eb 100644
--- a/guide/src/guide.md
+++ b/guide/src/guide.md
@@ -1,7 +1,7 @@
# About This Guide
This guide is generated from markdown text files using the mdBook tool. The
-source is mirrored on Github at <https://github.com/bnewbold/fatcat>.
+source is mirrored on Github at <https://github.com/internetarchive/fatcat>.
Contributions and corrections are welcome! If you create a (free) account on
github you can submit comments and corrections as "Issues", or directly edit
diff --git a/guide/src/sw_contribute.md b/guide/src/sw_contribute.md
index 17d72785..999b2149 100644
--- a/guide/src/sw_contribute.md
+++ b/guide/src/sw_contribute.md
@@ -1,6 +1,6 @@
# Software Contributions
-For now, issues and patches can be filed at <https://github.com/bnewbold/fatcat>.
+For now, issues and patches can be filed at <https://github.com/internetarchive/fatcat>.
To start, the back-end (fatcatd, in rust), web interface (fatcat-web, in
python), bots, and this guide are all versioned in the same git repository.
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>