Skip to content

Commit 652fa2f

Browse files
Merge pull request #724 from lionelvillard/fix-broken-links
fix broken links
2 parents 2961ab4 + 25978c9 commit 652fa2f

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

.lycheeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://docs.google.com

deploy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,4 +999,4 @@ kubectl get configmap model-accelerator-data -n workload-variant-autoscaler-syst
999999
- **OpenShift Guide**: [openshift/README.md](openshift/README.md)
10001000
- **Helm Chart**: [charts/workload-variant-autoscaler](../charts/workload-variant-autoscaler/)
10011001
- **API Reference**: [api/v1alpha1](../api/v1alpha1/)
1002-
- **Architecture**: [docs/architecture.md](../docs/architecture.md)
1002+
- **Architecture**: [docs/design/modeling-optimization.md](../docs/design/modeling-optimization.md)

deploy/examples/vllm-emulator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ kubectl delete namespace llm-d-sim
286286

287287
## Next Steps
288288

289-
- [Load Generator Documentation](../../../tools/vllm-emulator/README.md)
289+
- [Load Generator Documentation (GuideLLM)](../../../docs/tutorials/guidellm-sample.md)
290290
- [Testing Guide](../../../docs/developer-guide/testing.md)
291291
- [HPA Integration](../../../docs/integrations/hpa-integration.md)
292292
- [Kind Emulator Setup](../../kind-emulator/README.md)

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Contributing to WVA:
6363

6464
## Need Help?
6565

66-
- Check the [FAQ](user-guide/faq.md) (coming soon)
66+
- Check the [Troubleshooting Guide](user-guide/troubleshooting.md)
6767
- Open a [GitHub Issue](https://github.com/llm-d/llm-d-workload-variant-autoscaler/issues)
6868
- Join community meetings
6969

docs/developer-guide/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ See [Agentic Workflows Guide](agentic-workflows.md) for detailed information on
371371

372372
## Release Process
373373

374-
See [Releasing Guide](releasing.md) (coming soon) for the release process.
374+
Release process documentation is coming soon. For now, see the GitHub Actions workflows in `.github/workflows/` for the automated release pipeline.
375375

376376
## Getting Help
377377

docs/metrics-health-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ When metrics are unavailable, WVA implements graceful degradation:
130130

131131
## Related Documentation
132132

133-
- [Custom Metrics](./custom-metrics.md)
133+
- [Prometheus Integration (Custom Metrics)](./integrations/prometheus.md)
134134
- [ServiceMonitor Configuration](../config/prometheus)
135135

0 commit comments

Comments
 (0)