[Doc Link Fix No.14] Fix broken links in multi_cpu.md#7803
Open
ShigureNyako wants to merge 1 commit intoPaddlePaddle:developfrom
Open
[Doc Link Fix No.14] Fix broken links in multi_cpu.md#7803ShigureNyako wants to merge 1 commit intoPaddlePaddle:developfrom
ShigureNyako wants to merge 1 commit intoPaddlePaddle:developfrom
Conversation
|
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7803.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
📚 本次 PR 文档预览链接(点击展开)
|
Fix 2 broken image links in docs/design/dist_train/multi_cpu.md: - single-thread@3x.png: use permalink to last existing commit a69a584 - multi-threads@3x.png: use permalink to last existing commit a69a584 The original develop branch links return 404 as the doc/fluid folder was deleted in commit 4c4fad7. Fixes PaddlePaddle#7735
7149721 to
57d7dad
Compare
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.
修复内容
任务 14: docs/design/dist_train/multi_cpu.md
原链接 1: https://raw.githubusercontent.com/PaddlePaddle/Paddle/develop/doc/fluid/images/single-thread@3x.png
新链接 1: https://raw.githubusercontent.com/PaddlePaddle/Paddle/a69a584b0c5be42bb75bec5966ac1faf385a5b36/doc/fluid/images/single-thread%403x.png
原链接 2: https://raw.githubusercontent.com/PaddlePaddle/Paddle/develop/doc/fluid/images/multi-threads@3x.png
新链接 2: https://raw.githubusercontent.com/PaddlePaddle/Paddle/a69a584b0c5be42bb75bec5966ac1faf385a5b36/doc/fluid/images/multi-threads%403x.png
备注
原链接指向 develop 分支的 doc/fluid/images 目录下的图片,但该目录在 commit 4c4fad7 中已被删除。因此使用该文件最后存在的 commit a69a584 的 permalink 链接进行修复。
验证结果
已手动访问所有更新后的链接,确认所有链接可正常访问。
@SigureMo @HZ1ovo @Echo-Nie