From 7f1a5933851363abbdc24a51e76829bb23a2793b Mon Sep 17 00:00:00 2001 From: Jonathan Hartley Date: Wed, 23 Aug 2023 14:48:01 -0500 Subject: [PATCH] Update README-hacking.md Fix a broken link --- README-hacking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-hacking.md b/README-hacking.md index f78c6e1..2e64692 100644 --- a/README-hacking.md +++ b/README-hacking.md @@ -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