diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | guide/src/guide.md | 2 | ||||
-rw-r--r-- | guide/src/sw_contribute.md | 2 | ||||
-rw-r--r-- | python/fatcat/templates/base.html | 2 |
4 files changed, 6 insertions, 4 deletions
@@ -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 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> |