From ea29b01a680d2055f70b4ac7d12a5289b215543f Mon Sep 17 00:00:00 2001 From: Jiang-Jia-Jun <163579578+Jiang-Jia-Jun@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:52:05 +0800 Subject: [PATCH] Update quick_start.md --- docs/get_started/quick_start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get_started/quick_start.md b/docs/get_started/quick_start.md index abb37f0f8..5368941a3 100644 --- a/docs/get_started/quick_start.md +++ b/docs/get_started/quick_start.md @@ -10,7 +10,7 @@ Before deployment, ensure your environment meets the following requirements: This guide uses the lightweight ERNIE-4.5-0.3B-Paddle model for demonstration, which can be deployed on most hardware configurations. Docker deployment is recommended. -For more information about how to install FastDeploy, refer to the [installation document](../installation/README.md). +For more information about how to install FastDeploy, refer to the [installation document](installation/README.md). ## 1. Launch Service After installing FastDeploy, execute the following command in the terminal to start the service. For the configuration method of the startup command, refer to [Parameter Description](../parameters.md)