From 987dd5754bb10933660d648555ce83b454ca00f7 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 4 May 2022 21:10:19 -0700 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 483db63..2103f3c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Supports [JSON](http://json.org/), [JSON5](http://json5.org/), and [YAML](http:/ - [Migrate schemas](#migrate-schemas) - [Test validation result](#test-validation-result) - [Ajv options](#ajv-options) -- [Version History, License](#version_history) +- [Version History, License](#version-history) ## Installation