From 490e34c4846064db5c962a77087e17078954c2f6 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Thu, 24 Sep 2020 08:48:14 +0100 Subject: [PATCH] docs: link to v7-beta branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1944b851f..5aa2078d8 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The fastest JSON Schema validator for Node.js and browser. Supports draft-04/06/ ## Ajv v7 beta is released -[Ajv version 7.0.0-beta.0](https://github.com/ajv-validator/ajv/releases/tag/v7.0.0-beta.0) is released with these changes: +[Ajv version 7.0.0-beta.0](https://github.com/ajv-validator/ajv/tree/v7-beta) is released with these changes: - to reduce the mistakes in JSON schemas and unexpected validation results, [strict mode](./docs/strict-mode.md) is added - it prohibits ignored or ambiguous JSON Schema elements. - to make code injection from untrusted schemas impossible, [code generation](./docs/codegen.md) is fully re-written to be safe.