From 6c2953f3aac74ff960503f41c8f5242185743035 Mon Sep 17 00:00:00 2001 From: Tony Cao Date: Mon, 26 Sep 2022 19:28:32 +0800 Subject: [PATCH 1/3] update hyperlinks for two PR related subjects --- 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..faada5b8c74 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](https://www.paddlepaddle.org.cn/documentation/docs/zh/dev_guides/git_guides/submit_pr_guide_cn.html) +- [提 PR 来实现一个新功能](https://www.paddlepaddle.org.cn/documentation/docs/zh/dev_guides/git_guides/submit_pr_guide_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) 感谢你对飞桨开源项目的贡献! From 9d365f9c240c654a5b0a92d4bd183c13e5bc645d Mon Sep 17 00:00:00 2001 From: Tony Cao Date: Sat, 8 Oct 2022 13:27:59 +0800 Subject: [PATCH 2/3] Update hyperlinks for two PR related subjects --- 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 faada5b8c74..50d979241ff 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/dev_guides/git_guides/submit_pr_guide_cn.html) -- [提 PR 来实现一个新功能](https://www.paddlepaddle.org.cn/documentation/docs/zh/dev_guides/git_guides/submit_pr_guide_cn.html) +- [提 PR 来修复一个 bug](https://paddlepaddle.org.cn/documentation/docs/zh/develop/dev_guides/code_contributing_path_cn.html) +- [提 PR 来实现一个新功能](https://paddlepaddle.org.cn/documentation/docs/zh/develop/dev_guides/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) 感谢你对飞桨开源项目的贡献! From 4926b25d5b269a40304d0783b6f31cfc56f85ae0 Mon Sep 17 00:00:00 2001 From: Tony Cao Date: Sat, 8 Oct 2022 14:01:49 +0800 Subject: [PATCH 3/3] 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 50d979241ff..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://paddlepaddle.org.cn/documentation/docs/zh/develop/dev_guides/code_contributing_path_cn.html) -- [提 PR 来实现一个新功能](https://paddlepaddle.org.cn/documentation/docs/zh/develop/dev_guides/code_contributing_path_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) 感谢你对飞桨开源项目的贡献!