Skip to content

Docs: FAQ 'window options' link points to a non-existent anchor (#window-options) #1282

Description

Broken docs link

The "App Window is Too Small/Large" FAQ entry links to a non-existent anchor:

  • docs/faq.md:442See [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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions