From 087ae6c4b44f0a267746fdc1beea50f03102c669 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Fri, 1 Nov 2024 10:57:32 -0700 Subject: [PATCH] links update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37347bc77..2d2248991 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Please checkout our [Documentations](https://llama-stack.readthedocs.io/en/lates * Quick guide to start a Llama Stack server. * [Jupyter notebook](./docs/getting_started.ipynb) to walk-through how to use simple text and vision inference llama_stack_client APIs * [Contributing](CONTRIBUTING.md) - * [Adding a new API Provider](./docs/new_api_provider.md) to walk-through how to add a new API provider. + * [Adding a new API Provider](https://llama-stack.readthedocs.io/en/latest/api_providers/new_api_provider.html) to walk-through how to add a new API provider. ## Llama Stack Client SDK