Broken docs link
The "App Window is Too Small/Large" FAQ entry links to a non-existent anchor:
docs/faq.md:442 → See [CLI Usage Guide](cli-usage.md#window-options) for all window options.
docs/faq_CN.md:439 → 查看 [CLI 使用指南](cli-usage_CN.md#窗口选项) 了解所有窗口选项。
Neither cli-usage.md nor cli-usage_CN.md has a window-options / 窗口选项 heading, so GitHub generates no such anchor — both links land at the top of the page instead of the window options.
Repro
$ grep -n '^#### \[width\]' docs/cli-usage.md docs/cli-usage_CN.md # target heading exists -> anchor #width
$ grep -rn '#window-options\|#窗口选项' docs/ # the linked anchors don't
Fix
Point both links at the existing #width section (the relevant window-sizing option for this FAQ entry). PR attached.
Broken docs link
The "App Window is Too Small/Large" FAQ entry links to a non-existent anchor:
docs/faq.md:442→See [CLI Usage Guide](cli-usage.md#window-options) for all window options.docs/faq_CN.md:439→查看 [CLI 使用指南](cli-usage_CN.md#窗口选项) 了解所有窗口选项。Neither
cli-usage.mdnorcli-usage_CN.mdhas awindow-options/窗口选项heading, so GitHub generates no such anchor — both links land at the top of the page instead of the window options.Repro
Fix
Point both links at the existing
#widthsection (the relevant window-sizing option for this FAQ entry). PR attached.