docs: 移除 guide 页面中指向不存在文档的链接 - #1187
Open
Kie70 wants to merge 1 commit into
Open
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
改了什么:quick-example、llm-config、cookies-config 三个 guide 页面的「下一步/相关文档」部分共有 5 个链接指向仓库中不存在的页面(subtitle-style.md、advanced-settings.md、batch-processing.md、subtitle-optimization.md、video-download.md),在文档站上会 404。已删除无对应内容的链接,「调整高级参数」改为指向现有的 configuration.md。
为什么:新用户按文档引导点击这些链接会遇到 404,影响文档可用性。
怎么检查的:用链接检查脚本按相对路径解析全部 markdown 链接,修复后 docs/guide 下无失效相对链接。
无关联 issue。