From 727a0b1d9d993bee20067fa84857249bdca7b58e Mon Sep 17 00:00:00 2001 From: ZhuangYumin Date: Thu, 14 Dec 2023 05:55:35 +0000 Subject: [PATCH] docs: fix a link --- docs/develop/开发文档.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/develop/开发文档.md b/docs/develop/开发文档.md index 906adb9..19fd45f 100644 --- a/docs/develop/开发文档.md +++ b/docs/develop/开发文档.md @@ -13,7 +13,7 @@ 系统结构图:![系统结构图加载中……](https://cloud.zymsite.ink/f/dVFB/%E7%B3%BB%E7%BB%9F%E7%BB%93%E6%9E%84%E5%9B%BE.png) -详见[开发文档](开发文档.md)和[总体设计文档](总体设计文档.md) +详见[需求分析文档](需求分析文档.md)和[总体设计文档](总体设计文档.md) # 代码文件结构 - `backend/include`:后端头文件 - `backend/src`:后端实现文件