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 /guide | |
parent | b8d0c5148dfa288f4e15483ee7a9d58b9a588c43 (diff) | |
download | fatcat-879ca85a5b074e2b03d8da9e55dfcf6593853f6e.tar.gz fatcat-879ca85a5b074e2b03d8da9e55dfcf6593853f6e.zip |
moved github repo to internetarchive org
Diffstat (limited to 'guide')
-rw-r--r-- | guide/src/guide.md | 2 | ||||
-rw-r--r-- | guide/src/sw_contribute.md | 2 |
2 files changed, 2 insertions, 2 deletions
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. |