ajv-cli
ajv-cli copied to clipboard
Correct anchor ID in ToC link
GitHub automatically generates anchors for every heading in a Markdown file. The hyphen is used as a replacement character in the generated anchor ID.
The "Version History, License" item in the readme table of contents erroneously used an underscore rather than hyphen as the replacement character in the fragment, which caused the link to be non-functional.
Link before:
- https://ajv.js.org/packages/ajv-cli.html#version_history
- https://github.com/ajv-validator/ajv-cli#version_history
Link after:
- https://ajv.js.org/packages/ajv-cli.html#version-history
- https://github.com/ajv-validator/ajv-cli#version-history