From 09b0f378f2cc2fcd765c6faebdec18c65d76e73d Mon Sep 17 00:00:00 2001 From: Jorge Garcia Oncins Date: Fri, 11 Jul 2025 11:12:07 +0200 Subject: [PATCH] Fix links to Quickstart and API reference Signed-off-by: Jorge Garcia Oncins --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62812e1a..23e32f01 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ It is generated with [Stainless](https://www.stainlessapi.com/). ## Documentation -For starting up a Llama Stack server, please checkout our guides in our [llama-stack](https://github.com/meta-llama/llama-stack/blob/main/docs/resources/llama-stack-spec.html) repo. +For starting up a Llama Stack server, please checkout our [Quickstart guide to start a Llama Stack server](https://llama-stack.readthedocs.io/en/latest/getting_started/index.html) -The REST API documentation can be found on our [llama-stack OpenAPI spec](https://github.com/meta-llama/llama-stack/blob/main/docs/resources/llama-stack-spec.html). The full API of this library can be found in [api.md](api.md). +The REST API documentation can be found on [llama-stack API Reference](https://llama-stack.readthedocs.io/en/latest/references/api_reference/index.html). The full API of this library can be found in [api.md](api.md). You can find more example apps with client SDKs to talk with the Llama Stack server in our [llama-stack-apps](https://github.com/meta-llama/llama-stack-apps/tree/main) repo.