From 121723a92900f839d4a6ca30884a84398b767618 Mon Sep 17 00:00:00 2001 From: Tim Hsiung Date: Sun, 10 May 2026 14:58:12 +0800 Subject: [PATCH] docs: fix broken commitizen documentation links The cz-conf and cz-custom reference links in README.md pointed to URL paths that no longer exist on the commitizen documentation site: - https://commitizen-tools.github.io/commitizen/config/ -> 404 - https://commitizen-tools.github.io/commitizen/customization/ -> 404 The corresponding pages have moved to: - https://commitizen-tools.github.io/commitizen/config/configuration_file/ - https://commitizen-tools.github.io/commitizen/customization/config_file/ Closes #106 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad717cf..2401711 100644 --- a/README.md +++ b/README.md @@ -203,5 +203,5 @@ create a new commitizen python package, or you can describe it on the `toml` con [cz]: https://commitizen-tools.github.io/commitizen/ [cc]: https://www.conventionalcommits.org/ [semver]: https://semver.org/ -[cz-conf]: https://commitizen-tools.github.io/commitizen/config/ -[cz-custom]: https://commitizen-tools.github.io/commitizen/customization/ +[cz-conf]: https://commitizen-tools.github.io/commitizen/config/configuration_file/ +[cz-custom]: https://commitizen-tools.github.io/commitizen/customization/config_file/