From 557ae38289beaf23a842693ca57dee85ce79e49c Mon Sep 17 00:00:00 2001 From: Deep Doshi Date: Thu, 26 Sep 2024 14:43:04 -0700 Subject: [PATCH] Update getting_started.ipynb (#117) Update hyperlink to `llama-stack-apps` to point it correctly to the desired github repo --- docs/getting_started.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.ipynb b/docs/getting_started.ipynb index 6ef852aff..c2e7326e7 100644 --- a/docs/getting_started.ipynb +++ b/docs/getting_started.ipynb @@ -15,7 +15,7 @@ "The first few steps need to happen outside of this notebook to get a stack server running.\n", "Please look at this [guide](https://github.com/meta-llama/llama-stack/blob/main/docs/getting_started.md) for detailed instructions. \n", "\n", - "For more client examples for other apis ( agents, memory, safety ) in llama_stack please refer to the [llama-stack-apps](repo[https://github.com/meta-llama/llama-stack-apps/tree/main/examples).\n", + "For more client examples for other apis ( agents, memory, safety ) in llama_stack please refer to the [llama-stack-apps](https://github.com/meta-llama/llama-stack-apps/tree/main/examples).\n", "\n", "In this notebook, we will showcase a few things to help you get started,\n", "- Start the Llama Stack Server \n",