From 879ca85a5b074e2b03d8da9e55dfcf6593853f6e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 12 Oct 2018 15:26:48 -0400 Subject: moved github repo to internetarchive org --- README.md | 4 +++- guide/src/guide.md | 2 +- guide/src/sw_contribute.md | 2 +- python/fatcat/templates/base.html | 2 +- 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 +; the canonical public location of this repository +is . 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 . +source is mirrored on Github at . 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 . +For now, issues and patches can be filed at . 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 @@ Sources Status Bulk Exports - Source Code ({{ config.GIT_REVISION.decode() }}) + Source Code ({{ config.GIT_REVISION.decode() }}) -- cgit v1.2.3