diff options
Diffstat (limited to 'python')
| -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> | 
