Skip to content

Commit

Permalink
Fix og images of gurubase question link
Browse files Browse the repository at this point in the history
  • Loading branch information
aralyekta committed Feb 10, 2025
1 parent 8402874 commit 5611252
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def format_response(self, response):
formatted_msg.append(f"• [_{clean_title}_](<{ref['link']}>)")

# Add space for frontend link
formatted_msg.append(f":eyes: [_View on Gurubase for a better UX_]({response['question_url']})")
formatted_msg.append(f":eyes: [_View on Gurubase for a better UX_](<{response['question_url']}>)")

metadata_length = sum(len(msg) for msg in formatted_msg)

Expand Down

0 comments on commit 5611252

Please sign in to comment.