From 046c002b5879690bf3f5caec557c205be9dc636a Mon Sep 17 00:00:00 2001 From: Jiang-Jia-Jun <163579578+Jiang-Jia-Jun@users.noreply.github.com> Date: Mon, 30 Jun 2025 08:17:45 +0800 Subject: [PATCH] Fix advanced usage link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 818191524..fb14d387e 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Learn how to use FastDeploy through our documentation: ## Advanced Usage - [Quantization](./docs/quantization/README.md) -- [PD Disaggregation Deployment](./docs/features/pd_disaggregation.md) +- [PD Disaggregation Deployment](./docs/features/disaggregated.md) - [Speculative Decoding](./docs/features/speculative_decoding.md) - [Prefix Caching](./docs/features/prefix_caching.md) - [Chunked Prefill](./docs/features/chunked_prefill.md)