Skip to content

Commit

Permalink
Update README-hacking.md
Browse files Browse the repository at this point in the history
Fix a broken link
  • Loading branch information
tartley committed Aug 23, 2023
1 parent 21c4b94 commit 7f1a593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-hacking.md
Expand Up @@ -92,7 +92,7 @@ target.

5. Tag the current commit with the `__version__` from `colorama/__init__.py`.
We should start using
[annotated tags for releases](https://www.tartley.com/posts/til-git-annotated-tags/), so:
[annotated tags for releases](https://www.tartley.com/posts/git-annotated-tags), so:

git tag -a -m "" $version
git push --follow-tags
Expand Down

0 comments on commit 7f1a593

Please sign in to comment.