Skip to content

Commit

Permalink
Merge pull request #56 from camelid/patch-1
Browse files Browse the repository at this point in the history
Use complete URL to enable clicking in terminal
  • Loading branch information
emeryberger authored Dec 29, 2024
2 parents f2195fc + c183c68 commit 5883bd9
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 5883bd9

Please sign in to comment.