[Doc Link Fix No.64] Fix stale Paddle Inference links in docs#7888
Merged
Echo-Nie merged 2 commits intoPaddlePaddle:developfrom Apr 6, 2026
Merged
Conversation
|
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7888.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
Contributor
Author
|
自查完成:
@SigureMo 麻烦 review,辛苦了。 |
SigureMo
requested changes
Apr 6, 2026
Member
SigureMo
left a comment
There was a problem hiding this comment.
我觉得可以当前 repo 全局搜一下 paddleinference.paddlepaddle.org.cn,在这个 PR 直接修了
Co-authored-by: Codex <codex@openai.com>
Adopt reviewer feedback for the workflow link and fix remaining stale `paddleinference.paddlepaddle.org.cn` links found by repo-wide search. Co-authored-by: Nyakku Shigure <38436475+SigureMo@users.noreply.github.com> Co-authored-by: Codex <codex@openai.com>
38883c4 to
f85c3e0
Compare
Contributor
Author
|
按这轮 review 已更新分支:
辛苦再看一下。 |
Echo-Nie
approved these changes
Apr 6, 2026
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.
修复内容
本轮先完成任务 64 中
docs/guides/custom_op/new_cpp_op_cn.md的 2 个失效链接修复;根据 review 反馈,又在当前 repo 全局搜索paddleinference.paddlepaddle.org.cn,并把同域名的剩余失效链接一并修复。docs/guides/custom_op/new_cpp_op_cn.mddocs/faq/install_cn.mddocs/hardware_support/hardware_info_cn.md备注
PaddlePaddle/Paddle,未发现任务 64 对应的两个旧链接,因此该任务只需 docs repo PR。paddleinference.paddlepaddle.org.cn旧域名残留。验证结果
git grep -n 'paddleinference\.paddlepaddle\.org\.cn'无输出@HZ1ovo @Echo-Nie