ajv-cli icon indicating copy to clipboard operation
ajv-cli copied to clipboard

Correct anchor ID in ToC link

Open per1234 opened this issue 3 years ago • 0 comments

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

per1234 avatar May 05 '22 04:05 per1234