Skip to content

Commit

Permalink
Update code_editor.py - wrong url in error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornasm authored Apr 11, 2024
1 parent 295a437 commit fd132de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harlequin/components/code_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def on_text_area_clipboard_error(self) -> None:
if not self.has_shown_clipboard_error:
self.app.notify(
"Could not access system clipboard.\n"
"See https://harlequin.sh/docs/troubleshooting#copying-and-pasting",
"See https://harlequin.sh/docs/troubleshooting/copying-and-pasting",
severity="error",
timeout=10,
)
Expand Down

0 comments on commit fd132de

Please sign in to comment.