Skip to content

Commit

Permalink
Fix macOS Terminal.app FAQ link
Browse files Browse the repository at this point in the history
  • Loading branch information
davetapley committed Dec 5, 2023
1 parent fb5aa86 commit 6a46561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual_dev/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def _pre_run_warnings() -> None:
and os.environ.get("TERM_PROGRAM") == "Apple_Terminal"
),
"The default terminal app on macOS is limited to 256 colors. See our FAQ for more details:\n\n"
"https://github.com/Textualize/textual/blob/main/FAQ.md#why-doesn't-textual-look-good-on-macos",
"https://github.com/Textualize/textual/blob/main/docs/FAQ.md#why-doesn't-textual-look-good-on-macos",
)
]

Expand Down

0 comments on commit 6a46561

Please sign in to comment.