From 44b81a460c1af95b68c9d5bdabff0a5c3071fc50 Mon Sep 17 00:00:00 2001 From: Wei Lee Date: Thu, 19 Mar 2020 07:56:41 +0800 Subject: [PATCH] docs(customization): update cookicutter template url commitizen_cz_template is moved from Lee-W to commitizen-tools --- docs/customization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/customization.md b/docs/customization.md index 3e0221b396..8419e3d575 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -14,10 +14,10 @@ Check an [example](convcomms) on how to configure `BaseCommitizen`. You can also automate the steps above through [cookiecutter](https://cookiecutter.readthedocs.io/en/1.7.0/). ```sh -cookiecutter gh:Lee-W/commitizen_cz_template +cookiecutter gh:commitizen-tools/commitizen_cz_template ``` -See [Lee-W/commitizen_cz_template](https://github.com/Lee-W/commitizen_cz_template) for detail. +See [commitizen_cz_template](https://github.com/commitizen-tools/commitizen_cz_template) for detail. ### Custom commit rules