From 8dcbbe2c1a3b19e7f9442a81f0efe6b7ea935c9e Mon Sep 17 00:00:00 2001 From: Wei Lee Date: Fri, 20 Mar 2026 11:10:41 +0800 Subject: [PATCH] docs: the original link has been moved to new place --- docs/external_links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/external_links.md b/docs/external_links.md index 9c30758774..dc9bc1b0a2 100644 --- a/docs/external_links.md +++ b/docs/external_links.md @@ -12,7 +12,7 @@ ## Articles - [Python Table Manners - Commitizen: 規格化 commit message](https://blog.wei-lee.me/posts/tech/2020/03/python-table-manners-commitizen/) (Written in Traditional Mandarin) -- [Automating semantic release with commitizen](https://woile.dev/posts/automating-semver-releases-with-commitizen/) (English) +- [Automating semantic release with commitizen](https://woile.dev/blog/automating-deployment-with-commitizen.html) (English) - [How to Write Better Git Commit Messages – A Step-By-Step Guide](https://www.freecodecamp.org/news/how-to-write-better-git-commit-messages/?utm_source=tldrnewsletter) (English) - [Continuous delivery made easy (in Python)](https://blog.devgenius.io/continuous-delivery-made-easy-in-python-c085e9c82e69)