Skip to content

Commit

Permalink
Update tic_tac_toe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding4Hours authored Jul 9, 2024
1 parent d563c63 commit 83a578e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tic_tac_toe.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def update_readme(board, status):
for move in possible_moves:
issue_title = f"move {move}"
encoded_title = urllib.parse.quote(issue_title)
moves_str += f"- [Move {move}](../../issues/new?title={encoded_title})\n"
moves_str += f"- [Move {move}](https://github.com/Coding4Hours/tic_tac_toe/issues/new?title={encoded_title})\n"

pythonCopyimport re
import urllib.parse
Expand Down

0 comments on commit 83a578e

Please sign in to comment.