From 4f842d8729c660075be7ff71455a7b254e948e60 Mon Sep 17 00:00:00 2001 From: Alexey Rybak Date: Wed, 1 Oct 2025 15:44:32 -0700 Subject: [PATCH] docs: fix broken links --- .github/ISSUE_TEMPLATE/config.yml | 2 +- README.md | 4 ++-- docs/docs/building_applications/tools.mdx | 2 +- docs/docs/distributions/list_of_distributions.mdx | 2 +- docs/docs/index.mdx | 6 +++--- docs/docusaurus.config.ts | 3 --- 6 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index fc9514dc7..03a670225 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: false contact_links: - name: Have you read the docs? - url: https://llamastack.github.io/latest/providers/external/index.html + url: https://llamastack.github.io/providers/external/index.html about: Much help can be found in the docs - name: Start a discussion url: https://github.com/llamastack/llama-stack/discussions/new/ diff --git a/README.md b/README.md index e9003cdb1..ac4664266 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ By reducing friction and complexity, Llama Stack empowers developers to focus on ### API Providers Here is a list of the various API providers and available distributions that can help developers get started easily with Llama Stack. -Please checkout for [full list](https://llamastack.github.io/latest/providers/index.html) +Please checkout for [full list](https://llamastack.github.io/providers/index.html) | API Provider Builder | Environments | Agents | Inference | VectorIO | Safety | Telemetry | Post Training | Eval | DatasetIO | |:--------------------:|:------------:|:------:|:---------:|:--------:|:------:|:---------:|:-------------:|:----:|:--------:| @@ -151,7 +151,7 @@ Please checkout for [full list](https://llamastack.github.io/latest/providers/in | NVIDIA NEMO | Hosted | | ✅ | ✅ | | | ✅ | ✅ | ✅ | | NVIDIA | Hosted | | | | | | ✅ | ✅ | ✅ | -> **Note**: Additional providers are available through external packages. See [External Providers](https://llamastack.github.io/latest/providers/external/index.html) documentation. +> **Note**: Additional providers are available through external packages. See [External Providers](https://llamastack.github.io/providers/external/index.html) documentation. ### Distributions diff --git a/docs/docs/building_applications/tools.mdx b/docs/docs/building_applications/tools.mdx index be60a1639..e5d9c46f9 100644 --- a/docs/docs/building_applications/tools.mdx +++ b/docs/docs/building_applications/tools.mdx @@ -181,7 +181,7 @@ Once defined, simply pass the tool to the agent config. `Agent` will take care o agent = Agent(client, ..., tools=[my_tool]) ``` -Refer to [llama-stack-apps](https://github.com/meta-llama/llama-stack-apps/blob/main/examples/agents/e2e_loop_with_client_tools.py) for an example of how to use client provided tools. +Refer to [llama-stack-apps](https://github.com/meta-llama/llama-stack-apps/) for an example of how to use client provided tools. ## Tool Invocation diff --git a/docs/docs/distributions/list_of_distributions.mdx b/docs/docs/distributions/list_of_distributions.mdx index 813d3c721..57fa6e85f 100644 --- a/docs/docs/distributions/list_of_distributions.mdx +++ b/docs/docs/distributions/list_of_distributions.mdx @@ -131,4 +131,4 @@ graph TD 3. **Configure your providers** with API keys or local models 4. **Start building** with Llama Stack! -For help choosing or troubleshooting, check our [Getting Started Guide](/docs/getting_started/quickstart) or [Community Support](https://github.com/llama-stack/llama-stack/discussions). +For help choosing or troubleshooting, check our [Getting Started Guide](/docs/getting_started/quickstart) or [Community Support](https://github.com/llamastack/llama-stack/discussions). diff --git a/docs/docs/index.mdx b/docs/docs/index.mdx index bed931fe7..7bfd0b408 100644 --- a/docs/docs/index.mdx +++ b/docs/docs/index.mdx @@ -45,7 +45,7 @@ Llama Stack consists of a server (with multiple pluggable API providers) and Cli ## Quick Links -- Ready to build? Check out the [Getting Started Guide](https://llama-stack.github.io/getting_started/quickstart) to get started. +- Ready to build? Check out the [Getting Started Guide](/docs/getting_started/quickstart) to get started. - Want to contribute? See the [Contributing Guide](https://github.com/llamastack/llama-stack/blob/main/CONTRIBUTING.md). - Explore [Example Applications](https://github.com/llamastack/llama-stack-apps) built with Llama Stack. @@ -59,13 +59,13 @@ Llama Stack provides adapters for popular providers across all API categories: - **Training & Evaluation**: HuggingFace, TorchTune, NVIDIA NEMO :::info Provider Details -For complete provider compatibility and setup instructions, see our [Providers Documentation](https://llamastack.github.io/providers/). +For complete provider compatibility and setup instructions, see our [Providers Documentation](https://llamastack.github.io/docs/providers/). ::: ## Get Started Today
-