From b87c56f2a325f395af08e97175fe7cad056bad72 Mon Sep 17 00:00:00 2001 From: Tony Cao <57024921+caolonghao@users.noreply.github.com> Date: Sat, 8 Oct 2022 14:30:13 +0800 Subject: [PATCH] Update hyperlink in Chinese Overview doc (#5307) * update hyperlinks for two PR related subjects * Update hyperlinks for two PR related subjects * Update links to relative path --- docs/dev_guides/Overview_cn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev_guides/Overview_cn.md b/docs/dev_guides/Overview_cn.md index af1ead4cf4a..f045ffe295b 100644 --- a/docs/dev_guides/Overview_cn.md +++ b/docs/dev_guides/Overview_cn.md @@ -6,8 +6,8 @@ - [新建一个 ISSUE 来反馈 bug](https://github.com/PaddlePaddle/Paddle/issues/new/choose) - [新建一个 ISSUE 来提出新功能需求](https://github.com/PaddlePaddle/Paddle/issues/new/choose) -- [提 PR 来修复一个 bug](https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/10_contribution/local_dev_guide_cn.html) -- [提 PR 来实现一个新功能](https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/10_contribution/local_dev_guide_cn.html) +- [提 PR 来修复一个 bug](./code_contributing_path_cn.html) +- [提 PR 来实现一个新功能](./code_contributing_path_cn.html) - [优化我们的文档](https://github.com/PaddlePaddle/docs/wiki/%E6%96%87%E6%A1%A3%E8%B4%A1%E7%8C%AE%E6%8C%87%E5%8D%97) 感谢你对飞桨开源项目的贡献!