We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb5aa86 + 2e1623b commit 845e9e0Copy full SHA for 845e9e0
src/textual_dev/cli.py
@@ -70,7 +70,7 @@ def _pre_run_warnings() -> None:
70
and os.environ.get("TERM_PROGRAM") == "Apple_Terminal"
71
),
72
"The default terminal app on macOS is limited to 256 colors. See our FAQ for more details:\n\n"
73
- "https://github.com/Textualize/textual/blob/main/FAQ.md#why-doesn't-textual-look-good-on-macos",
+ "https://textual.textualize.io/FAQ/#why-doesnt-textual-look-good-on-macos",
74
)
75
]
76
0 commit comments