diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-08-13 10:53:38 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-08-13 10:53:38 -0700 |
commit | e926b70e79c8c8862b6a9dff3a4a4790e29cab91 (patch) | |
tree | 251f51947b1206088335face0dd490a3f62fb69f /guide | |
parent | 043efd0243ba5ce8e03c817f7e49290d98dab8b1 (diff) | |
download | fatcat-e926b70e79c8c8862b6a9dff3a4a4790e29cab91.tar.gz fatcat-e926b70e79c8c8862b6a9dff3a4a4790e29cab91.zip |
cgraph -> refcat
Diffstat (limited to 'guide')
-rw-r--r-- | guide/src/reference_graph.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/src/reference_graph.md b/guide/src/reference_graph.md index 1470e124..73dc7efe 100644 --- a/guide/src/reference_graph.md +++ b/guide/src/reference_graph.md @@ -61,7 +61,7 @@ exact matches are included in the graph. All the code for this process is available open source: -- [cgraph](https://gitlab.com/internetarchive/cgraph): batch processing and matching pipeline, in Python and Go +- [refcat](https://gitlab.com/internetarchive/refcat): batch processing and matching pipeline, in Python and Go - [fuzzycat](https://gitlab.com/internetarchive/fuzzycat): Python verification code and "live" fuzzy matching |