diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-08-04 12:11:20 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-08-04 12:11:20 -0700 |
commit | 4338ec346381647f079a464092e45c609894fe11 (patch) | |
tree | 51dd1128623c8f56175aaf2fb95716328372d02d /python/fatcat_web/templates | |
parent | 37b6e99eec3cbc668d6b51ed9e57b93f9a114d2a (diff) | |
download | fatcat-4338ec346381647f079a464092e45c609894fe11.tar.gz fatcat-4338ec346381647f079a464092e45c609894fe11.zip |
refs web: correct URL to refs section of guide
Diffstat (limited to 'python/fatcat_web/templates')
-rw-r--r-- | python/fatcat_web/templates/refs_macros.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/refs_macros.html b/python/fatcat_web/templates/refs_macros.html index 3095ce54..4ccca7a5 100644 --- a/python/fatcat_web/templates/refs_macros.html +++ b/python/fatcat_web/templates/refs_macros.html @@ -19,7 +19,7 @@ <div class="header"> Fuzzy reference matching is a work in progress! </div> - Read more about quality, completeness, and caveats <a href="https://guide.fatcat.wiki/#TODO">in the fatcat guide</a>. + Read more about quality, completeness, and caveats <a href="https://guide.fatcat.wiki/reference_graph.html">in the fatcat guide</a>. </div> <table class="ui table"> |