[Doc Link Fix No.40] 文档链接修复#7921
Open
jasminenetf wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
修复内容
任务 40: docs/dev_guides/code_contributing_path_cn.md
修复“代码贡献流程”文档中的失效链接,主要将旧
.html链接替换为当前仓库中可访问的.md/.rst文档链接。同时处理 No.40 官方清单中被链接检查器误解析的裸邮箱和占位 URL,将其改为 inline code,避免被当作真实可访问链接检查。
链接修复记录
原链接: style_guide_and_references/index_cn.html
新链接: style_guide_and_references/index_cn.rst
原链接: api_contributing_guides/api_contributing_guides_cn.html
新链接: api_contributing_guides/api_contributing_guides_cn.rst
原链接: docs_contributing_guides_cn.html
新链接: docs_contributing_guides_cn.md
原内容: ext_paddle_oss@baidu.com,并附上
新内容:
ext_paddle_oss@baidu.com,并附上原内容: https://github.com/USERNAME/Paddle。
新内容:
https://github.com/USERNAME/Paddle。原链接: ../../../install/compile/fromsource.html
新链接: ../install/compile/fromsource.rst
原内容: https://github.com/PaddlePaddle/Paddle)
新内容: PaddlePaddle/Paddle)
原内容: https://github.com/PaddlePaddle/Paddle) 的远程主机
新内容: PaddlePaddle/Paddle) 的远程主机
原内容: https://github.com/USERNAME/Paddle)
新内容:
https://github.com/USERNAME/Paddle)原内容: https://github.com/USERNAME/Paddle)页面
新内容:
https://github.com/USERNAME/Paddle)页面原链接: ./git_guides/paddle_ci_manual_cn.html
新链接: ./git_guides/paddle_ci_manual_cn.md
验证结果
已检查更新后的链接目标文件在当前仓库中存在,
git diff --check通过。@HZ1ovo @Echo-Nie