Skip to content

Commit

Permalink
Merge pull request #27 from davetapley/patch-1
Browse files Browse the repository at this point in the history
Fix macOS Terminal.app FAQ link
  • Loading branch information
davep committed Dec 6, 2023
2 parents fb5aa86 + 2e1623b commit 845e9e0
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://textual.textualize.io/FAQ/#why-doesnt-textual-look-good-on-macos",
)
]

Expand Down

0 comments on commit 845e9e0

Please sign in to comment.