Skip to content

Commit cf6a391

Browse files
authored
Update update_solution.py
1 parent 9b77413 commit cf6a391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/update_solution.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
# Generate the badge URL dynamically based on the solution
4040
badge_url = f"https://img.shields.io/badge/Solution-{solution_identifier}-blue"
41-
badge_link = f"[![Today's Solution]({badge_url})](https://github.com/{repo_name}/commit/{commit_sha})"
41+
badge_link = f"[![Today's Solution]({badge_url})](https://github.com/{handle}/{sys.argv[1]}/commit/{commit_sha})"
4242

4343
# Prepare the commit link
4444
commit_link = f"Commit URL: https://github.com/{repo_name}/commit/{commit_sha}"

0 commit comments

Comments
 (0)