From e9b910cc4caeb93a73de0a3a214026bf9c4a6f04 Mon Sep 17 00:00:00 2001 From: James Wong <2421248+jameswnl@users.noreply.github.com> Date: Tue, 25 Mar 2025 22:55:35 -0400 Subject: [PATCH] fix doc link docs/source/distributions/kubernetes_deployment.md --- docs/source/distributions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/distributions/index.md b/docs/source/distributions/index.md index 1f766e75e..e909280e4 100644 --- a/docs/source/distributions/index.md +++ b/docs/source/distributions/index.md @@ -19,7 +19,7 @@ If you have a custom or an advanced setup or you are developing on Llama Stack y **Kubernetes**: -If you have built a container image and want to deploy it in a Kubernetes cluster instead of starting the Llama Stack server locally. See [Kubernetes Deployment Guide](kubernetes_deployment) for more details. +If you have built a container image and want to deploy it in a Kubernetes cluster instead of starting the Llama Stack server locally. See [Kubernetes Deployment Guide](kubernetes_deployment.md) for more details. ```{toctree}