diff --git a/docs/guides/dynamo_deploy/README.md b/docs/guides/dynamo_deploy/README.md index c43de3e947..6dd108ed5c 100644 --- a/docs/guides/dynamo_deploy/README.md +++ b/docs/guides/dynamo_deploy/README.md @@ -29,11 +29,11 @@ Dynamo Cloud acts as an orchestration layer between the end user and Kubernetes, We provide a Custom Resource YAML file for many examples under the components/backends/{engine}/deploy folders. Consult the examples below for the CRs for a specific inference backend. -[View SGLang K8s](/components/backends/sglang/deploy/README.md) +[View SGLang K8s](../../../components/backends/sglang/deploy/README.md) -[View vLLM K8s](/components/backends/vllm/deploy/README.md) +[View vLLM K8s](../../../components/backends/vllm/deploy/README.md) -[View TRT-LLM K8s](/components/backends/trtllm/deploy/README.md) +[View TRT-LLM K8s](../../../components/backends/trtllm/deploy/README.md) ### Deploying a particular example