[Doc Link Fix No.16] Fix rnn.md#7789
Merged
Echo-Nie merged 2 commits intoPaddlePaddle:developfrom Feb 28, 2026
Merged
Conversation
Comment on lines
7
to
9
| <p align="center"> | ||
| <img src="https://raw.githubusercontent.com/PaddlePaddle/FluidDoc/develop/doc/fluid/images/rnn.jpg"/> | ||
| <img src="https://raw.githubusercontent.com/PaddlePaddle/docs/develop/docs/images/rnn.jpg"/> | ||
| </p> |
There was a problem hiding this comment.
这里把图片改成了指向 raw.githubusercontent.com/.../develop/... 的外链,会导致文档构建/离线阅读依赖网络,并且在非 develop 分支(如 release 分支)查看时图片内容可能与当前分支不一致。由于当前目录已存在对应图片文件(docs/design/dynamic_rnn/rnn.jpg|rnn.png|rnn_2level_data.png),建议改为使用相对路径引用(例如 ./rnn.jpg / ./rnn.png / ./rnn_2level_data.png),避免对外链和分支名的耦合。
|
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7789.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
📚 本次 PR 文档预览链接(点击展开)
|
Echo-Nie
approved these changes
Feb 28, 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.
修复内容
任务 1: docs/design/dynamic_rnn/rnn.md
验证结果
已手动访问所有更新后的链接,确认所有链接可正常访问,md文件中的图片正确加载
@HZ1ovo @Echo-Nie