Skip to content

Commit 845e9e0

Browse files
authored
Merge pull request #27 from davetapley/patch-1
Fix macOS Terminal.app FAQ link
2 parents fb5aa86 + 2e1623b commit 845e9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual_dev/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def _pre_run_warnings() -> None:
7070
and os.environ.get("TERM_PROGRAM") == "Apple_Terminal"
7171
),
7272
"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",
73+
"https://textual.textualize.io/FAQ/#why-doesnt-textual-look-good-on-macos",
7474
)
7575
]
7676

0 commit comments

Comments
 (0)