Skip to content

Commit

Permalink
Use complete URL to enable clicking in terminal
Browse files Browse the repository at this point in the history
At least in my terminal, links need to have their protocol to be clickable,
which is nicer than needing to copy and paste.
  • Loading branch information
camelid authored Dec 29, 2024
1 parent f2195fc commit c183c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chatdbg/util/exit_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ def print_exit_message(*args: Any, **kwargs: Any) -> None:
if _chatdbg_was_called:
print("Thank you for using ChatDBG!")
print(
"Share your success stories here: github.com/plasma-umass/ChatDBG/issues/53"
"Share your success stories here: https://github.com/plasma-umass/ChatDBG/issues/53"
)

0 comments on commit c183c68

Please sign in to comment.