Skip to content

Commit

Permalink
docs: fix redirect error. (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyxlucy authored Jan 12, 2024
1 parent 6631417 commit 6ce7641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/blog/2023-09-18-release-0-1-1-metal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ llama_print_timings: total time = 340.25 ms
</center>


This enhancement leads to a significant inference speed upgrade🚀, for example, It marks a meaningful milestone in Tabby's adoption on Apple devices. Check out our [Model Directory](/docs/models) to discover LLM models with Metal support! 🎁
This enhancement leads to a significant inference speed upgrade🚀, for example, It marks a meaningful milestone in Tabby's adoption on Apple devices. Check out our [Model Directory](/docs/installation/models/registry) to discover LLM models with Metal support! 🎁

:::tip
Check out latest Tabby updates on [Linkedin](https://www.linkedin.com/company/tabbyml/) and [Slack community](https://links.tabbyml.com/join-slack)! Our Tabby community is eager for your participation. ❤️
Expand Down
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ const config = {
from: '/docs/extensions/',
},
{
to: '/docs/programming-languages',
from: '/docs/clients/extensions/programming-languages',
to: '/docs/clients/programming-languages',
from: '/docs/programming-languages',
},
],
},
Expand Down

0 comments on commit 6ce7641

Please sign in to comment.