From 4de82eb459139b7e7cce00b27f9db513afb8dbec Mon Sep 17 00:00:00 2001 From: channings Date: Thu, 30 Apr 2020 16:51:40 +0800 Subject: [PATCH] fix doc bug (#586) --- deploy/cpp/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/cpp/README.md b/deploy/cpp/README.md index 7c2ee467d..b8215b932 100644 --- a/deploy/cpp/README.md +++ b/deploy/cpp/README.md @@ -67,5 +67,5 @@ yolov3_darknet # 模型目录 ### 3.2 编译 仅支持在`Windows`和`Linux`平台编译和使用 -- [Linux 编译指南](../../docs/advanced_tutorials/inference/docs/linux_build.md) -- [Windows编译指南(使用Visual Studio 2019)](../../docs/advanced_tutorials/inference/docs/windows_vs2019_build.md) +- [Linux 编译指南](./docs/linux_build.md) +- [Windows编译指南(使用Visual Studio 2019)](./docs/windows_vs2019_build.md) -- GitLab