From 058215a8e8f9934758f4a45fa7675c92423ce0e6 Mon Sep 17 00:00:00 2001 From: leiqing <54695910+leiqing1@users.noreply.github.com> Date: Wed, 17 Aug 2022 18:00:15 +0800 Subject: [PATCH] Update Python_prebuilt_wheels.md --- docs/quick_start/Python_prebuilt_wheels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick_start/Python_prebuilt_wheels.md b/docs/quick_start/Python_prebuilt_wheels.md index 3ccae79b3..75b1cd36e 100644 --- a/docs/quick_start/Python_prebuilt_wheels.md +++ b/docs/quick_start/Python_prebuilt_wheels.md @@ -68,5 +68,5 @@ python -m pip install fastdeploy_python-0.2.0-cp38-cp38-manylinux1_x86_64.whl ## 其它文档 -- [预编译C++部署库](./prebuilt_libraries.md) +- [预编译C++部署库](./CPP_prebuilt_libraries.md) - [视觉模型C++/Python部署示例](../../examples/vision/)