docs(readme): fix dead #lark-group/#wechat-group anchors in README_CN (point to 飞书群/微信群)#2329
Open
r266-tech wants to merge 1 commit into
Open
docs(readme): fix dead #lark-group/#wechat-group anchors in README_CN (point to 飞书群/微信群)#2329r266-tech wants to merge 1 commit into
r266-tech wants to merge 1 commit into
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the 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.
问题
README_CN.md顶部「加入我们的社区」区块使用了英文锚点:<a href="./docs/zh/about/01-about-us.md#lark-group">飞书群</a> · <a href="...#wechat-group">微信群</a>[查看二维码](./docs/zh/about/01-about-us.md#lark-group)/#wechat-group但目标文档
docs/zh/about/01-about-us.md的标题是中文##### 飞书群(L114,二维码段)/##### 微信群(L122,二维码段),GitHub 生成的锚点是#飞书群/#微信群,并不存在lark-group/wechat-group。中文用户点击「飞书群 / 微信群 → 查看二维码」会落到文档顶部而非二维码段,社群加入流程导航失败。英文
README.md与README_JA.md链接的是docs/en/.../01-about-us.md,其标题##### Lark Group/##### WeChat Group解析为#lark-group/#wechat-group是正确的——本地化遗漏仅隔离在README_CN(创建时从 EN 模板复制锚点未本地化)。改动
将
README_CN.md中 3 处指向01-about-us.md的锚点改为真实中文标题锚点#飞书群/#微信群。纯文档,4 处锚点替换,无其它改动。