| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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 commitizen-tools#106 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Why
Two reference link definitions in README.md point to URL paths that
no longer exist on the commitizen documentation site:
Both are linked from the README body (the commitizen's configuration page link in the Minimal configuration section, and the Read more
about customization link near the end), so users currently land on
404 pages.
What
Update the link definitions to the new locations on the docs site:
How
The pages were renamed when the commitizen docs were reorganised into
sub-pages per topic. The new URLs point to the equivalent content
(configuration file format, and the customisation guide).
Verification
Invoke-WebRequest -Method Head against the new and old URLs:
The new URLs are also referenced from the live commitizen docs
home page (e.g. [Customizable](.../customization/config_file/)),
confirming they are the canonical replacements.
Closes #106