diff options
author | Andrew Godwin | 2022-11-26 14:47:06 -0700 |
---|---|---|
committer | GitHub | 2022-11-26 14:47:06 -0700 |
commit | a632cd1110229f35786dcce98c6fa249355514d4 (patch) | |
tree | e7e1e963d77a1e965b6593c034b5b404de7ad645 /docs/_templates | |
parent | afffddb5043af2b1910fd8f180d0f624978e05e0 (diff) | |
download | takahe-a632cd1110229f35786dcce98c6fa249355514d4.tar.gz takahe-a632cd1110229f35786dcce98c6fa249355514d4.tar.bz2 takahe-a632cd1110229f35786dcce98c6fa249355514d4.zip |
Update docs root link
Diffstat (limited to 'docs/_templates')
-rw-r--r-- | docs/_templates/sidebar/brand.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/sidebar/brand.html b/docs/_templates/sidebar/brand.html index f6e47b1..38fd75f 100644 --- a/docs/_templates/sidebar/brand.html +++ b/docs/_templates/sidebar/brand.html @@ -16,7 +16,7 @@ <div class="sidebar-tree" style="margin-top:0"> <ul> <li class="toctree-l1"><a class="reference" href="https://jointakahe.org">Homepage</a></li> - <li class="toctree-l1"><a class="reference" href="https://takahe-server.readthedocs.io/">Documentation</a></li> + <li class="toctree-l1"><a class="reference" href="/">Documentation Root</a></li> <li class="toctree-l1"><a class="reference" href="https://github.com/jointakahe/takahe">GitHub</a></li> <li class="toctree-l1"><a class="reference" href="https://discord.gg/qvQ39tAMvf">Discord</a></li> </ul> |