From 9d6a9a6fa52b8e89f7b953773c50a262c3400139 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sat, 14 Oct 2023 12:27:10 -0700 Subject: [PATCH] docs: use absolute links in getting-start.md to avoid certain wrong redirection --- website/docs/getting-started.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/docs/getting-started.md b/website/docs/getting-started.md index 267fe8e0eb1e..75d12e669b11 100644 --- a/website/docs/getting-started.md +++ b/website/docs/getting-started.md @@ -13,12 +13,12 @@ Tabby is an open-source, self-hosted AI coding assistant. With Tabby, every team | Section | Goal | | ------------------------------------------- | --------------------------------------------------------------------------- | -| [πŸ“š Installation](./installation) | Everything deployment: Docker, Homebrew, Hugging Face Space and many others | -| [πŸ’» IDE / Editor Extensions](./extensions) | IDE/Editor extensions that can be seamlessly integrated with Tabby | -| [πŸ§‘β€πŸ”¬ Models Directory](./models) | A curated list of models that we recommend using with Tabby | +| [πŸ“š Installation](/docs/installation) | Everything deployment: Docker, Homebrew, Hugging Face Space and many others | +| [πŸ’» IDE / Editor Extensions](/docs/extensions) | IDE/Editor extensions that can be seamlessly integrated with Tabby | +| [πŸ§‘β€πŸ”¬ Models Directory](/docs/models) | A curated list of models that we recommend using with Tabby | | [🏷️ API References](/api) | API Documentation | | [🏘️ Community](#%EF%B8%8F-community) | Everything about for developers and contributing | -| [πŸ—ΊοΈ Roadmap](./roadmap) | Our future plans | +| [πŸ—ΊοΈ Roadmap](/docs/roadmap) | Our future plans | ## πŸ“ Principles @@ -39,4 +39,4 @@ Tabby optimizes the experience for these core users to enhance your team's produ ⭐ Tabby [Github repo](https://github.com/TabbyML/tabby) to stay updated about new releases and tutorials. -πŸ™‹ Join the Tabby community on [Slack](https://join.slack.com/t/tabbycommunity/shared_invite/zt-1xeiddizp-bciR2RtFTaJ37RBxr8VxpA) and get direct support from the community. \ No newline at end of file +πŸ™‹ Join the Tabby community on [Slack](https://join.slack.com/t/tabbycommunity/shared_invite/zt-1xeiddizp-bciR2RtFTaJ37RBxr8VxpA) and get direct support from the community.