Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit ceca4fc

Browse files
authored
Fix links to Quickstart and API reference (#12)
Fixes broken links to guide to setup a llama-stack server and to the API reference Signed-off-by: Jorge Garcia Oncins <[email protected]>
1 parent f3f4515 commit ceca4fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ It is generated with [Stainless](https://www.stainlessapi.com/).
1111

1212
## Documentation
1313

14-
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.
14+
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)
1515

16-
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).
16+
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).
1717

1818
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.
1919

0 commit comments

Comments
 (0)