Skip to content

Commit 1b145bb

Browse files
authored
fix: fix broken doc links (#2308)
1 parent 641e49d commit 1b145bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/dynamo_deploy/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Dynamo Cloud acts as an orchestration layer between the end user and Kubernetes,
2929

3030
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.
3131

32-
[View SGLang K8s](../../components/backends/sglang/deploy/README.md)
32+
[View SGLang K8s](../../../components/backends/sglang/deploy/README.md)
3333

34-
[View vLLM K8s](../../components/backends/vllm/deploy/README.md)
34+
[View vLLM K8s](../../../components/backends/vllm/deploy/README.md)
3535

36-
[View TRT-LLM K8s](../../components/backends/trtllm/deploy/README.md)
36+
[View TRT-LLM K8s](../../../components/backends/trtllm/deploy/README.md)
3737

3838
### Deploying a particular example
3939

0 commit comments

Comments
 (0)