[Doc Link Fix] Fix paddlenlp.embeddings 404 link in Overview_cn.rst#7922
Open
sshnuke3 wants to merge 1 commit into
Open
[Doc Link Fix] Fix paddlenlp.embeddings 404 link in Overview_cn.rst#7922sshnuke3 wants to merge 1 commit into
sshnuke3 wants to merge 1 commit into
Conversation
- 原 URL:https://paddlenlp.readthedocs.io/zh/latest/model_zoo/embeddings.html (404) - 新 URL:https://paddlenlp.readthedocs.io/zh/latest/ (200) - 关联 issue:PaddlePaddle#7663 (Link Checker Report) 原因:PaddleNLP 文档重构后,/model_zoo/embeddings.html 已被合并到主文档站根目录。 验证: - 修改文件:docs/api/paddle/text/Overview_cn.rst (第 52 行) - 变更:1 行替换(纯 URL 替换,无其他内容改动) - 新 URL 已用 curl 验证返回 200 OK
📚 本次 PR 文档预览链接(点击展开)
|
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.
修复内容
修复 #7663 (Link Checker Report) 报告的死链。
修改
docs/api/paddle/text/Overview_cn.rst(第 52 行)原因
https://paddlenlp.readthedocs.io/zh/latest/model_zoo/embeddings.html返回 404https://paddlenlp.readthedocs.io/zh/latest/返回 200/model_zoo/embeddings.html已被合并到主文档站根目录验证
关联