diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-20 21:06:09 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-20 21:06:09 -0700 |
commit | 94db8166c0addc663ec9e8c3d20b123f6154ea66 (patch) | |
tree | b7139c0c0c0322f9be3f6f28b6db11b7934421ff | |
parent | 0d07e27369624d294e3ee0031a21f35da1b872e3 (diff) | |
download | fatcat-94db8166c0addc663ec9e8c3d20b123f6154ea66.tar.gz fatcat-94db8166c0addc663ec9e8c3d20b123f6154ea66.zip |
actually link to guide
-rw-r--r-- | python/fatcat/templates/base.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/fatcat/templates/base.html b/python/fatcat/templates/base.html index 63f18c47..bc2b680f 100644 --- a/python/fatcat/templates/base.html +++ b/python/fatcat/templates/base.html @@ -23,7 +23,7 @@ fatcat! </a> <a href="/about" class="item">About</a> - <a href="#" class="item">Guide</a> + <a href="https://guide.fatcat.wiki/" class="item">Guide</a> <div class="right menu"> <div class="item"> <form class="" role="search" action="/release/search" method="get"> @@ -63,9 +63,9 @@ <div class="ui horizontal inverted small divided link list"> <a class="item" href="/">fatcat!</a> <a class="item" href="/about">About</a> - <a class="item" href="#">Sources</a> - <a class="item" href="#">Status</a> - <a class="item" href="#">Datasets</a> + <a class="item" href="https://guide.fatcat.wiki/Sources</a> + <a class="item" href="#TODO">Status</a> + <a class="item" href="https://guide.fatcat.wiki/bulk_exports.html">Bulk Exports</a> <a class="item" href="https://git.bnewbold.net/fatcat/">Source Code (<code>{{ config.GIT_REVISION.decode() }}</code>)</a> </div> </div> |