Skip to content

Commit c1907d1

Browse files
fix: fix broken links (#3186)
1 parent 4a71802 commit c1907d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/benchmarks/benchmarking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ The server-side benchmarking solution:
300300

301301
## Prerequisites
302302

303-
1. **Kubernetes cluster** with NVIDIA GPUs and Dynamo namespace setup (see [Dynamo Cloud/Platform docs](../guides/dynamo_deploy/README.md))
303+
1. **Kubernetes cluster** with NVIDIA GPUs and Dynamo namespace setup (see [Dynamo Cloud/Platform docs](/docs/kubernetes/README.md))
304304
2. **Storage and service account** PersistentVolumeClaim and service account configured with appropriate permissions (see [deploy/utils README](../../deploy/utils/README.md))
305305
3. **Docker image** containing the Dynamo benchmarking tools
306306

docs/kubernetes/sla_planner_deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Quick deployment guide for the disaggregated planner with automatic scaling.
44

55
> [!NOTE]
6-
> For high-level architecture and concepts, see [SLA-based Planner](../../architecture/sla_planner.md).
6+
> For high-level architecture and concepts, see [SLA-based Planner](/docs/architecture/sla_planner.md).
77
88
## Architecture Overview
99

@@ -23,11 +23,11 @@ flowchart LR
2323

2424
## Prerequisites
2525
- Kubernetes cluster with GPU nodes
26-
- [Pre-Deployment Profiling](../../benchmarks/pre_deployment_profiling.md) completed and its results saved to `dynamo-pvc` PVC.
26+
- [Pre-Deployment Profiling](/docs/benchmarks/pre_deployment_profiling.md) completed and its results saved to `dynamo-pvc` PVC.
2727
- Prefill and decode worker uses the best parallelization mapping suggested by the pre-deployment profiling script.
2828

2929
> [!NOTE]
30-
> **Important**: The profiling that occurs before Planner deployment requires additional Kubernetes manifests (ServiceAccount, Role, RoleBinding, PVC) that are not included in standard Dynamo deployments. Apply these manifests in the same namespace as `$NAMESPACE`. For a complete setup, start with the [Quick Start guide](../../../deploy/utils/README.md#quick-start), which provides a fully encapsulated deployment including all required manifests.
30+
> **Important**: The profiling that occurs before Planner deployment requires additional Kubernetes manifests (ServiceAccount, Role, RoleBinding, PVC) that are not included in standard Dynamo deployments. Apply these manifests in the same namespace as `$NAMESPACE`. For a complete setup, start with the [Quick Start guide](/deploy/utils/README.md#quick-start), which provides a fully encapsulated deployment including all required manifests.
3131
```bash
3232
export NAMESPACE=your-namespace
3333
```

0 commit comments

Comments
 (0)